Wasiu0607
01-02-2004, 10:42 PM
Hi, I found a form script and edited it a bit but it doesnt work. It says the script is inoperational. Can anyone tell me whats wrong? Thanks
<FORM method="POST" action="mailto:idkking@yahoo.ca" onSubmit="alert('Mail is being sent');">
<b>Personal Information:</b><br>
Enter Your Name: <input NAME="name" size="20"><br>*Enter your first and last name<br>
Enter Your E-mail Address: <input NAME="name" size="20"><br>*If you are paying via Paypal, enter the e-mail address which you use for Paypal<br>
Enter Your Phone Number: <input NAME="name" size="12"><br>*Enter your phone number including the area code (ex. xxx-xxx-xxxx)<br>
<b>Address</b>
City: <input NAME="name" size="10"><br>
Province: <input NAME="name" size="19"><br>
Postal Code: <input NAME="name" size="10"><br>
<SELECT name="Country" size=1>
<OPTION selected value="Canada">Canada
</SELECT><p>
<input type=submit onBlur="doVerify()" value="Submit!">
<input type=reset value="Reset">
<SCRIPT LANGUAGE="javascript">
function doVerify()
{
location.href = "http://www.freewebs.com/idkking/main.html"
}
</script>
</form> :rolleyes:
<FORM method="POST" action="mailto:idkking@yahoo.ca" onSubmit="alert('Mail is being sent');">
<b>Personal Information:</b><br>
Enter Your Name: <input NAME="name" size="20"><br>*Enter your first and last name<br>
Enter Your E-mail Address: <input NAME="name" size="20"><br>*If you are paying via Paypal, enter the e-mail address which you use for Paypal<br>
Enter Your Phone Number: <input NAME="name" size="12"><br>*Enter your phone number including the area code (ex. xxx-xxx-xxxx)<br>
<b>Address</b>
City: <input NAME="name" size="10"><br>
Province: <input NAME="name" size="19"><br>
Postal Code: <input NAME="name" size="10"><br>
<SELECT name="Country" size=1>
<OPTION selected value="Canada">Canada
</SELECT><p>
<input type=submit onBlur="doVerify()" value="Submit!">
<input type=reset value="Reset">
<SCRIPT LANGUAGE="javascript">
function doVerify()
{
location.href = "http://www.freewebs.com/idkking/main.html"
}
</script>
</form> :rolleyes: