> It seems that mozilla asks for files in parallel (which is ok), but until at least > start of next file arrives, it does not read other streams either (which > is questionable, imho).
Script file: document.write('boo'); HTML file: <html> <body> Hey <script src="boo.js">! </body> </html> Note that we can't keep reading the HTML file until we've read the JS file, since the document.write output needs to be inserted into the HTML token stream. Boris -- Under the most rigorously controlled conditions of pressure, temperature, volume, humidity, and other variables, the organism will do as it damn well pleases. _______________________________________________ Mozilla-netlib mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-netlib