Nope, that dont work.
>
>
> Sarbjit Singh wrote:
> >
> > 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"
> >
>
> Oops, I meant (of course this might be wrong too):
>
> > Will the following work:
> >
> > document.forms[0].action[0] = "another URL"
> >
> > or
> >
> >  document.forms[0].action[1].value = "another action"
>
>
> ------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]
>



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to