Page 1 of 1

Failure to show Nasdaq Market Inidices

Posted: Wed Jun 17, 2009 4:59 pm
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>
 

Re: Failure to show Nasdaq Market Inidices

Posted: Wed Jun 17, 2009 6:29 pm
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

Re: Failure to show Nasdaq Market Inidices

Posted: Thu Jun 18, 2009 6:02 am
by GµårÐïåñ
Not having any issues either.

Re: Failure to show Nasdaq Market Inidices

Posted: Fri Jun 19, 2009 3:43 pm
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

Re: Failure to show Nasdaq Market Inidices

Posted: Fri Sep 04, 2009 8:26 am
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).

Re: Failure to show Nasdaq Market Inidices

Posted: Thu Apr 29, 2010 4:11 pm
by Alan Baxter
Just attracting spam now. Locking.