Link to home
Start Free TrialLog in
Avatar of LizardKing
LizardKing

asked on

Changing a forms Action value using Javascript in Netscape

Hi I have a form with some buttons and on the onClick() for the buttons I run a javascript function which changes the "ACTION = " for the form. This works fine in IE5+,i.e I can change the value and the form redirects correctly to. However in Netscape 4 and Netscape 6. It does not set correctly and the form always redirects to the original " ACTION= " web page .

Does anyone know of a way to correctly get this to work on Netscape, or have any pointers, comments, suggestions etc.

Thanks in advance

LK--<
ASKER CERTIFIED SOLUTION
Avatar of nimaig
nimaig
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of LizardKing
LizardKing

ASKER

nimaig

You are right that does work great in Netscape 4.7 , However it does not work in Netscape 6... Any Ideas on how to get it to work in that

Thanks Again

LK--<

Actually

I took out the code which checks the browser and left in just the formObj.action = "" and it seems to work fine
on all 3 browsers

Thanks a million

LK--<
Actually

I took out the code which checks the browser and left in just the formObj.action = "" and it seems to work fine
on all 3 browsers

Thanks a million

LK--<