RE: Change an action of a form with javascript

2006-10-19 Thread José María Tristán
RE: Change an action of a form with javascript From: José María Tristán [mailto:[EMAIL PROTECTED] > docuemt.forms[0].action = new action; and I call the submit. That's a typo, right? Dave - To unsubscribe, e-mail: [EM

RE: Change an action of a form with javascript

2006-10-19 Thread Dave Newton
From: José María Tristán [mailto:[EMAIL PROTECTED] > docuemt.forms[0].action = new action; and I call the submit. That's a typo, right? Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Change an action of a form with javascript

2006-10-19 Thread José María Tristán
Hello: I have a form whith a default action. When any use pres a button I call to a function on javascript that change the value of action: docuemt.forms[0].action = new action; and I call the submit. But, this return me this error: mensaje No action instance for path /coffeenet/ExistenciasActual