Sarbjit Singh wrote:
>
> I am using IE 5.0
>
> > Hi!
> >
> > what browser are you using?
> >
> > I understand what the problem is thogh. Guys, what about changing hidden
> > field name to smth else. For example "Action" or "hdnAction" or something.
> >
> > > Hi have a code that looks like this in my HTML
> > >
> > > <form name="MyName" action = " .... TurbineUrL" target="_self">
> > > <INPUT type ="hidden" name="action" value="MyAction">
> > > </form >
> > >
> > > when I try using a Jscript to do somehting like this to change
> > the action
> > of
> > > my form:
> > >
> > > document.forms[0].action = "another URL"
> > >
Will the following work:
document.forms[0].action[0] = "another URL"
or
document.forms[0].action[1] = "another action"
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]