inusrat
10-31-2004, 06:16 PM
Hi,
I have a form.
echo "<form action=creditcardbackend.php name=creditcard method=POST>"
Based on Javascript function if statement
I want to send it to differnt page then "creditcardbackend.php ".... how do I do that...
if (document.creditcard .checkbox_all.checked){
document.submit()??????
}
Thanks
I have a form.
echo "<form action=creditcardbackend.php name=creditcard method=POST>"
Based on Javascript function if statement
I want to send it to differnt page then "creditcardbackend.php ".... how do I do that...
if (document.creditcard .checkbox_all.checked){
document.submit()??????
}
Thanks