Can I change the form action with an onlcick event? My form action is defaulted to "file1.php" but I want it to change to "file2.php" if a user hits a particular button. Is this possible??
I have been trying....
function change_action(mainform){
mainform.action.value = "form2.submit();
}
Thanks in advance.
{Greenster}
{Greenster}
I have been trying....
function change_action(mainform){
mainform.action.value = "form2.submit();
}
Thanks in advance.
{Greenster}
{Greenster}