> 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com 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

