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

Feedback on: irt.org FAQ Knowledge Base Q1083, April 09, 2000 at 19:00:14:

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

Feedback on:
irt.org FAQ Knowledge Base Q1083

Sent by
Marko Linke on April 09, 2000 at 19:00:14:

Worth:
Very worth reading

Comments:
Probably happends after some document.write() or similar scripting functions. Netscape usually freazes and displays nothing after not closing stream. It get's useles until reboot. If so, be carefull with these functions and allways use:

document.open()
document.write('whatever')
...
document.close()



©2018 Martin Webb