Can anyone shed any light on why this doesn't work?:
<script>document.write("<a href=# onClick=alertone('one');>"</script><noscript><a href=#></noscript>fulltest</a>
This one, without the <noscript> tag, works fine:
<script>document.write("<a href=# onClick=alertone('one');>"</script>fulltest</a>
I only get this problem in NS6.01 on the Mac, everything else is fine.
<script>document.write("<a href=# onClick=alertone('one');>"</script><noscript><a href=#></noscript>fulltest</a>
This one, without the <noscript> tag, works fine:
<script>document.write("<a href=# onClick=alertone('one');>"</script>fulltest</a>
I only get this problem in NS6.01 on the Mac, everything else is fine.