S
spainsoccerfreak
Guest
to sned that info to my email addr? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Example</title>
<style type="text/css">
hr {color: sienna}
p {margin-left: 20px}
body {background-image: url("images/back40.gif");font-size:16px}
h1 {margin-left: 20px;font-size:16px}
h2 {margin-left:40px;font-size:16px}
</style>
</head>
<body>
<form action="formservers.php" method="POST">
<br><br>
<h1>State<br>
<input type="text" name="state">
<br><br>
School<br>
<input type="text" name="school">
<br><br>
<font color="red">District</font><br>
<input type="text" name="disctrict">
<br><br>
<font color="red">Number of Concurrent Users </font><br>
<input type="text" name="number">
<br><br><h2><font color="red">Servers Systems</font></h2>
<h1><input type="checkbox" name="system" value="2003" /> Microsoft Server 2003</h1>
<h1><input type="checkbox" name="system" value="2007" />Microsoft Server 2007</h1>
<br>
<h1><input type="submit" value="Submit" name="submit"></h1>
</form>
</body>
</html>
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Example</title>
<style type="text/css">
hr {color: sienna}
p {margin-left: 20px}
body {background-image: url("images/back40.gif");font-size:16px}
h1 {margin-left: 20px;font-size:16px}
h2 {margin-left:40px;font-size:16px}
</style>
</head>
<body>
<form action="formservers.php" method="POST">
<br><br>
<h1>State<br>
<input type="text" name="state">
<br><br>
School<br>
<input type="text" name="school">
<br><br>
<font color="red">District</font><br>
<input type="text" name="disctrict">
<br><br>
<font color="red">Number of Concurrent Users </font><br>
<input type="text" name="number">
<br><br><h2><font color="red">Servers Systems</font></h2>
<h1><input type="checkbox" name="system" value="2003" /> Microsoft Server 2003</h1>
<h1><input type="checkbox" name="system" value="2007" />Microsoft Server 2007</h1>
<br>
<h1><input type="submit" value="Submit" name="submit"></h1>
</form>
</body>
</html>