Failure to show Nasdaq Market Inidices

Bug reports and enhancement requests
Locked
aschwarz1309
Posts: 2
Joined: Wed Jun 17, 2009 4:43 pm

Failure to show Nasdaq Market Inidices

Post by aschwarz1309 »

http://www.nasdaq.com is whitelisted in NoScript.

I have never been able to display the Nasdaq Market Pop-up indices (Nasdaq and DJIA) with NoScript enabled. This is the only site that this problem occurs on. The problem has existed since at least Mozilla 3.03 and all of NoScript 1.9.x that i can recall.

A related problem is the inability to enter any stock symbols and get stock quotes.

I use WinXP and Firefox 3.0.11 and NoScript 1.9.11(?) - the latest version.

art

From the http://www.nasdaq.com code, I believe that the snippet of code which fails to display market data is:

Code: Select all

    <li id="liActivity" class="off"><a href="http://dynamic.nasdaq.com/aspx/majorindices.aspx"><span>Market Activity</span></a>
        <ul>
          <li id="maMi"><a class="singleline" href="http://quotes.nasdaq.com/aspx/marketindices.aspx"><span>Market Indices</span></a></li>
		      <li id="maMA"><a class="singleline" href="http://dynamic.nasdaq.com/aspx/mostactive.aspx"><span>Most Active</span></a></li>
          <li id="maComm"><a class="singleline" href="http://quotes.nasdaq.com/aspxcontent/commodities.aspx"><span>Commodities</span></a></li>
          <li id="maSector"><a class="singleline" href="http://www.nasdaq.com/reference/BarChartSectors.stm"><span>Sector Analysis</span></a></li>
          <li id="maUnusual"><a class="singleline" href="http://www.nasdaq.com/aspx/unusualvolume.aspx"><span>Unusual Volume</span></a></li>
          <li id="maSi"><a class="singleline" href="http://quotes.nasdaq.com/aspx/sectorindices.aspx"><span>Sector Indices</span></a></li>
          <li id="ma52"><a class="singleline" href="http://dynamic.nasdaq.com/asp/52weekshilow.asp?exchange=NASDAQ"><span>52 Wk Hi/Low</span></a></li>
          <li id="maTot" class="bot_link"><a class="singleline" href="http://www.nasdaq.com/aspx/TotalReturn.aspx"><span>Total Returns</span></a></li>
	     </ul>
        </li>
  
	  <li id="liMarket" class="off"><a href="http://www.nasdaq.com/aspx/latest-news-headlines.aspx"><span>News</span></a>
     <ul>
            <li id="miMovingTheMarket"><a class="singleline" href="http://www.nasdaq.com/aspx/market-summary.aspx"><span>Moving the Market</span></a></li>
            <li id="miHeadlines"><a class="singleline" href="http://www.nasdaq.com/aspx/market-headlines.aspx"><span>Market Headlines</span></a></li>
            <li id=""><a class="singleline" href="http://www.nasdaq.com/aspx/bond-market-update.aspx"><span>Bond Market News</span></a></li>			     
            <li id="miEconomic" class="bot_link"><a class="singleline" href="http://www.nasdaq.com/asp/econodayframe.asp?page=http://anasdaq.econoday.com/byweek.asp?cust=nasdaq"><span>Economic Calendar</span></a></li>			     
            <li id="miInFocus"><a class="singleline" href="http://www.nasdaq.com/aspx/financial-news.aspx"><span>Financial News</span></a></li>
            <li id="miBVideo"><a class="singleline" href="http://www.nasdaq.com/aspx/Dividend-News-Headlines.aspx"><span>Dividend Stock News</span></a></li> 
			<li id=""><a class="singleline" href="http://www.nasdaq.com/aspx/equities-magazine.aspx"><span>EQUITIES Magazine</span></a></li> 
			<li id=""><a class="singleline" href="http://www.nasdaq.com/aspx/learningmarkets-news.aspx"><span>Learning Markets</span></a></li> 
            <li id="miBVideo"><a class="singleline" href="http://www.nasdaq.com/asp/video-clips.asp?channel=current-news"><span>Business Video</span></a></li> 
        </ul>
        </li>
From the http://www.nasdaq.com code, I believe that the snippet of code which fails to allow symbol input is:

Code: Select all

  <div id="top_qw">
    <form name="quotenav" id="quotenav" onsubmit="return false" autocomplete="off">

      <h2>GET STOCK QUOTES</h2>

      <div id="instrument_qw">
        <input type="radio" name="stock_type" id="stock_type1" onclick="checkButtons('stocks');" checked="checked"/> Stocks
        <input type="radio" name="stock_type" id="stock_type2" onclick="checkButtons('funds');" /> Funds
        <input type="radio" name="stock_type" id="stock_type3" onclick="checkButtons('options');" /> Options
      </div>


      <div id="symbol-lookup_qw" onclick="symLookup();">
        <img src="http://content.nasdaq.com/images/mag-icon_qw.gif" alt="Symbol Lookup" />
        <a>Symbol Lookup</a>
      </div>




      <div class="instruct_qw">
        Enter symbols separated by commas or spaces:
      </div>
      <textarea rows="2" cols="10" maxlength="125" name="userinput" id="userinput" class="homeinput" onfocus="javascript:checkUserInput(this, 'onfocus');" onblur="javascript:checkUserInput(this, 'onblur');" onkeypress="if (event.keyCode ==13) {htmlGo('go','flash');} else {checkUserInput(this, 'onkeypress');}">Enter your symbols here</textarea>
      <div id="savesymbols-hm" class="orange_links">
        <input type="checkbox" id="cookiepref" onclick="toggleCookieNav()" style="float: left; margin-right: 5px;"/>
        <strong>Save my stocks for next time</strong>
      </div>
	  <script type="text/javascript">			
			document.getElementById("userinput").value = getCookieSymbols();
			if(document.getElementById("userinput").value!="")
				document.getElementById("cookiepref").checked = true;				
	  </script>
    </form>
  </div>
 
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729)
User avatar
therube
Ambassador
Posts: 7969
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: Failure to show Nasdaq Market Inidices

Post by therube »

Not knowing what to expect, it appears I have no problem simply by Allowing nasdaq.com.
Give a Standard diagnostic - Firefox a shot (or try a new Profile).

Image
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.22) Gecko/20090605 SeaMonkey/1.1.17
User avatar
GµårÐïåñ
Lieutenant Colonel
Posts: 3370
Joined: Fri Mar 20, 2009 5:19 am
Location: PST - USA
Contact:

Re: Failure to show Nasdaq Market Inidices

Post by GµårÐïåñ »

Not having any issues either.
~.:[ Lï£ê ï§ å Lêmðñ åñÐ Ì Wåñ† M¥ Mðñê¥ ßå¢k ]:.~
________________ .: [ Major Mike's ] :. ________________
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11
aschwarz1309
Posts: 2
Joined: Wed Jun 17, 2009 4:43 pm

Re: Failure to show Nasdaq Market Inidices

Post by aschwarz1309 »

Thank you all for your efforts. The issue remains (for me) and is a mystery. I have an HP Notebook with WinXP. I don't know if the WinXP interacts with the Mozilla in any way, but I just don't get the Nasdaq dynamic charts with NoScript active. When I disable NoScript and restart Mozilla, I win, otherwise I lose.

To fully disclose everything, I have the following Add-ons acive:
CHM Reader 0.2.3
Java Quick Starter 1.0
Microsoft .NET Framework Assistant 1.0

I wouldn't expect there to be any interaction between the Add-ons but, well, you never know.

Thank you for trying. Don't waste time on this if you can't get some sort of quick answer. I'll assume that I just did something wrong. The problem is not so insufferable that it can't be ignored. And so, I will ignore it.



art
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729)
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Failure to show Nasdaq Market Inidices

Post by Giorgio Maone »

Please try NoScript Options|Reset, then allowing nasdaq.com.
Also uninstalling the Microsoft .NET Framework Assistant may be a good idea for various reasons (just Google for it).
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)
Alan Baxter
Ambassador
Posts: 1586
Joined: Fri Mar 20, 2009 4:47 am
Location: Colorado, USA

Re: Failure to show Nasdaq Market Inidices

Post by Alan Baxter »

Just attracting spam now. Locking.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.4) Gecko/20100413 Firefox/3.6.4
Locked