You got it... thank you very much. The submit button was named submit. Every other browser, that wasn't a problem... but for Netscape 6, it was. It kept trying to make the object a function.
Thank you very much for the help, thank you everyone. I really do appreciate it..... oh, and if anyone finds the time, write something that will wipe out Nutscrape 6 browsers everywhere... please! :) Stuart Duncan Logiforms.com MaracasMedia Inc. At 04:20 PM 10/3/01 -0600, you wrote: >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

