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"
i get an error.
Shouldn't document.forms[0].action point to the forms propertry action,
and document.forms[0].action.value point to the forms hidden field value.
I am new to all this so please bear with me.
Sarbjit\
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]