<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--saved from url=(0022)http://internet.e-mail-->
<html>
<head>
<title></title>
<META http-equiv=Content-Type
content="text/html;charset=iso-8859-1">
<META content="MSHTML 6.00.6002.18255"name=GENREATOR>
<link rel="stylesheet" type="text/css" href="mystyles.css">
<!--Home and About Us links-->
<a href="index bakery.html">Home</a>
<a href="about us.html">About Us</a>
<!--beginning of js below-->
<script type="text/javascript">
function validate_required(field,alerttxt)
{
with (field)
{
if (value==null||value=="")
{
alert(alerttxt);return false;
}
else
{
return true;
}
}
}
function validate_form(thisform)
{
with (thisform)
{
if (validate_required(email,"Email must be filled out!")==false)
{email.focus();return false;}
}
}
<script type="text/javascript">
document.write("Order Form");
</script>
</head>
<body>
<h1>Dessert Order Form</h1><h2>Customer Information</h2>
<form>
<form name="feedback" method="post" action="mailto:angelhester2000@yahoo.com">
<!--form inserted below-->
<table border="0">
<tr><td valign="top"><h3>Billing Information</h3><p>Name<br >
<input type="text"name="name_billing"size="50" ></p><p>Address<br >
<input type="text"name="address_billing"size="50" ></p><p>City, State, Zip<br >
<input
type="text"name="city_billing"size="34"><inputtype="text"name="state_billing"size="2"maxlengt
h="2" >
<input type= onchange="return name="zip_billing"size="10"maxlength="10" ></p></td>
<td valign="top"><h3>Shipping Information</h3><p>Name<br />
<input type="text"name="name_shipping"size="50" ></p><p>Address<br >
<input type="text"name="address_shipping"size="50" ></p><p>City, State, Zip<br >
<input type="text"name="city_shipping"size="34" >
<input type="text"name="state_shipping"size="2"maxlength="2" >
<input type= onchange="return name="zip_shipping"size="10"maxlength="5" ></p></td></tr>
</table>
<p>Telephone</p><p>(<input type="text"name="area"size="3"maxlength="3" >)<input
type="text"name="exchange"size="3"maxlength="3" ><input
type="text"name="phone"size="4"maxlength="4" ></p>
<textarea rows="10" cols="30">
Describe in detail what you would like to order.
</textarea>
<form action="FormProcessor.html" method="get"
enctype="application/x-www-form-urlencoded">
<p>Please enter a password of 8 characters or less:<br >
<input type="password" name="password" maxlength="8" ></p>
<p>Type the password again to confirm.</p><p><input
type="password"name="password_confirm"size="50"onblur="confirmPassword();" ></p>
<form action="FormProcessor.html" method="post"
onsubmit="Javascript statements;">
<p><input type="submit" value="Place Order" ></p>
</form>
</body>
</html>
Admin Edit: Please use code tags when posting your code. Code tags are used like so =>
Thanks,
PsychoCoder
Attached File(s)
-
order.html (2.79K)
Number of downloads: 106

New Topic/Question
Reply



MultiQuote




|