I don't know if this applies or not but make sure you don't name a submit
button "submit" or you will lose your hair like I did - confuses the browser
big time.

----- Original Message -----
From: "Dave Watts" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, October 03, 2001 4:19 PM
Subject: RE: Netscape 6 and JS form submitting


> > Sorry for the very off topic post, but this has me stumped
> > and you all have always been the best place to go to for help.
> >
> > Netscape 6 has very little documentation out there, so doing
> > the simplest tasks seems tough.
> >
> > I am just trying to submit a form using Javascript... and it
> > won't work.
> >
> > document.form.submit() returns an error saying that object is
> > not a function.
>
> Have you tried document.forms[0].submit()?
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to