[...]

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.

Ah, never thought about that this way ... Well now I understand, thank you.


However the file was like
<html>
<head></head>
<img ....><img ...><iimg ....><iimg ....>
</html>
_______________________________________________
Mozilla-netlib mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-netlib

Reply via email to