PDA

View Full Version : easy Netscape Javascript question?


dragonday
01-08-2001, 10:13 AM
The document.myForm.submit() is recognised by IE but doesnt seem to be recognized by Netscape 4.7

Does anyone know the Netscape Javascript command that will do the same thing (submit a form) ?

Thanks
'Slowly learning to program properly'

kdjoergensen
01-08-2001, 10:44 AM
that command IS recognized by netscape. Have you spelled the form name correctly ? (capital and small letters ?)

can you post a copy of the form here ?

(I does work in netscape is the only think I can comment, so I assume something else is preventing it from working.. are you redirecting to a 'thank you' page after submitting the form ?? if so, DONT..
let me know if this is the problem and I'll explain what you can do..)

dragonday
01-08-2001, 11:16 AM
Quite strange cause my form name is definitely not misspelt and I am not redirecting to any thank you page.

You can see the form at www.awardplan.com/users/ec/downloads2.htm (http://www.awardplan.com/users/ec/downloads2.htm)

It doesnt validate like it does with IE and when it reaches downloads3.htm it should send the details on onUnload (this works fine in IE) - the form is called finalpost and it is triggered in the <body> onUnload tag

Any ideas why it works in IE and not in NN 4.7 ??

Thanks for the interest