From: "Arash Bijanzadeh" <[EMAIL PROTECTED]>
I need to change the action of my form on the fly. I use the following
javascript:
...
It works perfect under mozilla but not IE. I think the problem is that IE
looks for Id in the name field of form and he couln't find it.
If
document.forms[0].submit();"
works, (IE can find the form to submit it,) then why not
document.forms[0].action ="<%=(String)
request.getAttribute("origin")%>"+ mode+ ".do";
to change the action?
--
Wendy Smoak
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]