<FORM id=loginForm name=loginForm method=post
action="http://www.example.com/login.php">
<INPUT name=username>
<INPUT name=password>
<INPUT type=submit value="Log In" name=action_login>
</FORM>
Is there any way of changing name=action_login to name=action_signup and post username and password to http://www.example.com/signup.php
in the server site it has name=action_login but I would like to change this on the client side and not touch the server site.