[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Help, please! Ack! Oop!
Could somebody please let me know why Netscape 2.0b5 (Mac, 68k) insists on
crashing whenever I include a "document.write" call? Thia simple script
crashes Netscape every time I load it.:
--------------------------
<head><title>yeah</title></head>
<body onLoad="changebg()">
<script>
function changebg () {
document.write("Hello world");
}
</script>
-------------------------
Any thoughts, help, arghs, and chocolates would be greatly appreciated.
Cheers!
Jeff