[Javascript] Form has no properties in Mozilla

Flavio Gomes flavio at economisa.com.br
Fri May 21 14:43:26 CDT 2004


Terry Riegel wrote:

> I have a web page that renders fine in Safari, but when I use Mozilla 
> I get
>
> parent.toolbar.browseform has no properties
>
> You can duplicate it at
>
> http://client1.riegels.com/pages/start/filemanager/filemanager.html
>
> In the left pane click Javascript alert to see it work in Safari, and 
> you can see it fail in Mozilla. Any ideas on what I might be doing wrong?
>
> Terry Riegel
> -----------------
> MAILKEY: 2524427349
>

Quick Fix:
  parent.toolbar.document.browseform

Mozilla only will see a form if you put "document.formNameHere" I 
suggest you use the document.formname that works in every browser.


-- 
Flavio Gomes
flavio at economisa.com.br




More information about the Javascript mailing list