Hi guys, Happy memorial day weekend. I need your help desperately. I need to covert this form:
Into flash. I need to know if can I used this same code to create a form with 4 inputs instead of 1.PHP Code:<form name="form1" action="http://admin.cglship.com/tracking/ts2000tracking.php" method="get" target="_blank">
<input type="hidden" name="method" value="HAWB">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="33"></td>
</tr>
<tr>
<td height="21">
<input type="text" size="15" maxlength="15" name="input">
</td>
</tr>
<tr>
<td height="16"> House Bill Number </td>
</tr>
<tr>
<td height="31">
<div id="buttonTrack">
<input name="Track" type="image" value="Track" src="gif/button_track.gif" alt="Go">
</div>
</td>
</tr>
<tr>
<td height="24"><a href="http://www.cglship-intl.com/netshipper/tracking/" target="_blank"></a> </td>
</tr>
</table>
</form>
Thank you guys and gals for your help...




Reply With Quote