Re: Form not terminating on FireFox
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: Form not terminating on FireFox

From: Aaron Gray <ang.usenet@gmail.com>
Date: Sun Nov 13 2005 - 19:05:56 CET

> Your code contains a conglomerate of HTML and JavaScript error :-(

Ah <script> sections in <head>

> var doc = self.frames['output'].document;
> doc.open("text/html");
        ...
> doc.close();

doc.open and doc.close seem to be the real solution !

Thanks,

Aaron
Received on Mon Nov 21 03:27:51 2005