• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need Help in editing HTML for prob related to submit form

SamyJoey

Junior Member
Hi Guys

I need help to check the following code to see if it works


<img border="0" src="topbg.jpg" width="121" height="670"></td>
<td width="661" height="282"> <div align="center" style="width: 652; height: 638">
<p align="center"><i><b><font face="Times New Roman" size="4" color="#990000">AIRLINE
QUOTE</font></b></i></p>

<form name="form1" action="--WEBBOT-SELF--" method="POST">
<!--webbot bot="SaveResults" S-Email-Format="TEXT/PRE"
S-Email-Address="metro@airmail.net" -->
<p align="left"><font color="#990000" size="2" face="Times New Roman"><b>  </b>
                                          
</font></p>
<table border="0" width="583">
<tr>
<td width="127"></td>
<td colspan="2">
<p align="center"><font face="Times New Roman" size="2"><b>  DAY</b></font></td>
<td width="67">
<p align="center"><font face="Times New Roman" size="2"><b>MONTH</b></font>
</td>
<td width="53" align="center">
<p align="center"></td>
<td width="92" align="center">
<p align="center"><font face="Times New Roman" size="2"><b> FROM</b></font>
</td>
<td width="110" colspan="2" align="center">
<p align="center"><font face="Times New Roman" size="2"><b> TO</b></font>
</td>
</tr>
<tr>
<td><font color="#990000" size="2" face="Times New Roman"><b>DEPARTURE </b></font></td>
<td colspan="2">
<p align="center"><font color="#990000"><input type="text" name="textfield" size="12">
</font>
</td>
<td><div align="center"><font color="#990000">
<input type="text" name="textfield33" size="12">
</font></div></td>
<td>
<p align="left"></td>
<td width="92"><div align="center"><font color="#990000">
<input type="text" name="textfield38" size="12">
</font>
</div></td>
<td colspan="2"><div align="center"><font color="#990000">
<input type="text" name="textfield39" size="12">
</font>
</div></td>
</tr>
<tr>
<td><font face="Times New Roman" size="2" color="#990000"><b>RETURN</b> </font></td>
<td colspan="2">
<p align="center"><font color="#990000"><input type="text" name="textfield36" size="12">
</font>
</td>
<td><div align="center"><font color="#990000">
<input type="text" name="textfield37" size="12">
</font>
</div></td>
<td>
<p align="left"></td>
<td width="92"><div align="center"><font color="#990000">
<input type="text" name="textfield40" size="12">
</font>
</div></td>
<td colspan="2"><div align="center"><font color="#990000">
<input type="text" name="textfield41" size="12">
</font>
</div></td>
</tr>
<tr>
<td colspan="8"><p> </p>
</td>
</tr>
<tr>
<td><font color="#990000" size="2" face="Times New Roman"><b>ROUND
TRIP</b>
<input type="radio" name="type" value="V26">
</font></td>
<td><font color="#990000" size="2" face="Times New Roman"><b>O</b></font><font color="#990000" size="2" face="Times New Roman"><b>NEWAY</b>
<input type="radio" name="type" value="V27" checked>
</font></td>
<td colspan="5"><font color="#990000" size="2" face="Times New Roman">  </font><font color="#990000" size="2" face="Times New Roman">  </font></td>
</tr>
<tr>
<td colspan="8"> </td>
</tr>
<tr>
<td colspan="8"><font color="#990000" size="2" face="Times New Roman"><b>ECONOMY</b>
<input type="radio" name="class" value="V28">
  </font> <font color="#990000" size="2" face="Times New Roman">  </font> <font color="#990000" size="2" face="Times New Roman"><b> BUSINESS</b>
<input type="radio" name="class" value="V29" checked> </font><font color="#990000" size="2" face="Times New Roman">  </font><font color="#990000" size="2" face="Times New Roman"> 
<b>FIRST
CLASS<input type="radio" name="class" value="V30"></b>  </font><font color="#990000" size="2" face="Times New Roman">  </font><font color="#990000" size="2" face="Times New Roman"> 

</font></td>
</tr>
<tr>
<td colspan="8"> </td>
</tr>
<tr>
<td height="31" colspan="8"><font color="#990000" size="2" face="Times New Roman"><b> AIRLINE
</b> <b> PREFERENCE</b> </font><font color="#990000" size="2" face="Times New Roman">  </font><font color="#990000" size="2" face="Times New Roman"> 
</font><font color="#990000">
<input type="text" name="textfield2" size="12">   </font><font color="#990000" size="2" face="Times New Roman"><b>NONE</b>
<input type="checkbox" name="checkbox" value="checkbox">
</font><font color="#990000" size="2" face="Times New Roman"> 
</font><font color="#990000" size="2" face="Times New Roman"> 
</font><font color="#990000" size="2" face="Times New Roman"> 
</font><font color="#990000" size="2" face="Times New Roman">  </font>
<p align="left"><font color="#990000" size="2" face="Times New Roman">   </font></td>
</tr>
<tr>
<td colspan="8"> </td>
</tr>
</table>
<table width="90%" border="0">
<tr>
<td width="39%" rowspan="2"><font color="#990000" size="2" face="Times New Roman"><b>ADDITIONALREQUEST</b></font></td>
<td colspan="2"><p>
<font color="#990000">
<textarea rows="6" name="S1" cols="34"></textarea>
</font>

</p>
<p align="left"><font color="#990000">
</font></p></td>
<td width="2%" rowspan="2"> </td>
</tr>
<tr>
<td width="16%" height="25"><font color="#990000"> 
</font></td>
<td width="43%"><font color="#990000">
<input type="submit" name="Submit" value="Submit">
</font></td>
</tr>
</table>
<p> </p>
</form>
<table border="0" width="99%">



thanks a ton for your help
Sam
 
Back
Top