Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base , January 15, 2001 at 10:46:50:

You are here: irt.org | About | Feedback | 2244 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base

Sent by
Kristina on January 15, 2001 at 10:46:50:

Worth:
Very worth reading

Comments:
There's one bug I didn't see here: In Netscape 3, when multiple
<script></script> tags are enclosed in a table, e.g.

<table border=1>
<tr>
<td>
<script> function () { document.write("blah");} function(); </script>
<script> function2 () { document.write("blahblah"); } function2();
</script>
</td>
</tr>
</table>

Netscape 3 will show the source code on the page of
all scripts after the first one, however, it will also do the document.writes. Weird. The only thing I could think of to fix it was just don't put multiple scripts in a table for Netscape 3.


Other feedback on 'irt.org FAQ Knowledge Base' - show all

©2018 Martin Webb