Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NS6/MAC script/noscript problem

Status
Not open for further replies.

elmacho

Programmer
Aug 2, 2002
1
GB
Can anyone shed any light on why this doesn't work?:

<script>document.write(&quot;<a href=# onClick=alertone('one');>&quot;);</script><noscript><a href=#></noscript>fulltest</a>

This one, without the <noscript> tag, works fine:

<script>document.write(&quot;<a href=# onClick=alertone('one');>&quot;);</script>fulltest</a>

I only get this problem in NS6.01 on the Mac, everything else is fine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top