<html>
<head>
<title>Post a load with ITS</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body class="sub">
<form name="FormName" method="post" action="">
<table width="100%" border="0" cellpadding="4" cellspacing="2">
<tr bgcolor="#009933" style="vertical-align: top">
<td colspan="2" class="HeaderColor">
Posting Loads</td>
</tr>
<tr bgcolor="#00FF33" style="vertical-align: top">
<td colspan="2" class="StoryContentColor">
Please enter all the information needed to post a load. Also please select which options you would like to use.</td>
</tr>
<tr align="left" valign="baseline" bgcolor="#FFFF00" style="vertical-align: top">
<td width="50%" bgcolor="#0000FF" class="TitleColor"><div align="center"><strong>Destination Information </strong></div></td>
<td width="46%" bgcolor="#0000FF" class="TitleColor"><div align="center"><strong>Origination Information </strong></div></td>
</tr>
<tr align="left" valign="baseline" bgcolor="#FFFF00" style="vertical-align: top">
<td height="181" bgcolor="#666666" class="TitleColor"><label for="destaddress">Address</label>
<br>
<input type="text" id="destaddress" name="destaddress" size="50">
<br>
<label for="destcity"> City</label>
<br>
<input type="text" id="destcity" name="destcity" size="50">
<br>
<label for="deststate"> State<br>
</label>
<input name="deststate" type="text" id="deststate" size="20">
<br>
<label for="destzipcode"> Zip Code<br>
</label>
<input type="text" id="destzip" name="destzip" size="10">
<br></td>
<td bgcolor="#666666" class="TitleColor"><label for="origaddress">Address<br>
</label>
<input name="origaddress" type="text" id="origaddress" size="50">
<br>
<label for="origcity"> City<br>
</label>
<input name="origcity" type="text" id="origcity" size="50">
<br>
<label for="origstate"> State<br>
</label>
<input name="origstate" type="text" id="origstate" size="20">
<br>
<label for="origzip"> Zip Code<br>
</label>
<input name="origzip" type="text" id="origzip" size="10"></td>
</tr>
<tr align="left" valign="baseline" bgcolor="#FFFF00" style="vertical-align: top">
<td bgcolor="#0000FF" class="TitleColor"><div align="center"><strong>Contact Information </strong></div></td>
<td bgcolor="#0000FF" class="TitleColor"><div align="center"><strong>Load Information </strong></div></td>
</tr>
<tr align="left" valign="baseline" bgcolor="#FFFF00" style="vertical-align: top">
<td height="277" bgcolor="#666666" class="TitleColor">
<label for="contactname">Name <br></label>
<input type="text" id="contactname" name="contactname" size="50">
<br>
<label for="contactname">Phone<br></label>
<input type="text" id="contactphone" name="contactphone" size="50">
<label for="contactname"><br>Fax <br></label>
<input type="text" id="contactfax" name="contactfax" size="50">
<br>
<label for="contactname">Company<br></label>
<input type="text" id="contactcompany" name="contactcompany" size="50">
</td>
<td bgcolor="#666666" class="TitleColor">
<div align="left">
<label for="loadtype">Load Type</label>
<select name="loadtype" id="loadtype">
<option selected>Full Load</option>
<option>Partial Load</option>
</select>
<br>
<label for="equipment">Equipment Required</label>
<select name="equipment" id="equipment">
<option selected>Flatbed</option>
<option>Stepdeck</option>
<option>RGN-Lowboy</option>
<option>Van</option>
<option>Stretch</option>
<option>Landoll</option>
</select>
<br>
<br>
Dimensions <br>
<input type="text" id="dimensions" name="dimensions" size="50">
<br>
Weight<br>
<input type="text" id="weight" name="weight" size="50">
<br>
Rate<br>
<input type="text" id="rate" name="rate" size="50">
<br>
<p>
<label>
<input name="tarp" type="checkbox" id="tarp" value="tarprequired">
</label>
Tarp Required <br>
<input name="oversize" type="checkbox" id="oversize" value="oversize">
Oversize Load </p>
<p>
<label for="origaddress"> </label>
<label for="questions">Additional Information</label>
<br>
<textarea id="additional" name="additional" rows="3" cols="50"></textarea>
</p>
</div>
</td>
</tr>
<tr align="left" valign="baseline" bgcolor="#FFFF00" style="vertical-align: top">
<td height="28" bgcolor="#0000FF" class="TitleColor"> </td>
<td bgcolor="#0000FF" class="TitleColor"> </td>
</tr>
<tr style="vertical-align: top">
<td colspan="2"> <input type="submit" name="Submit" value="Submit"> </td>
</tr>
</table>
<a href="http://www.power-trak.com/jptest/ymapsmain.html">Back to ITS</a>
</form>
</body>
</html>
I know this is somewhat all over the place but it is still essentially being tested. I need to be able to take the data entered in this form and insert it into an existing RSS feed as its own item. I have the code for the rss feed if anyone wants to see that but it is the same format as any other form. I know this is not the most difficult task, but it is for someone who was never taught this and has never had to do it before. Thanks.