Change form action with prototype

Posted by xain on Stack Overflow See other posts from Stack Overflow or by xain
Published on 2010-04-11T14:19:22Z Indexed on 2010/04/11 14:23 UTC
Read the original article Hit count: 299

Filed under:
|
|

Hi, how can I change a form's action with prototype ? I've seen plenty of examples with jquery using:

 $("#form1").attr("action","http://actionurl.com");   

but haven't one with prototype. Thanks in advance.

© Stack Overflow or respective owner

Related posts about prototype

Related posts about action