Html form not being sent correctly

liunx

Guest
Im having trouble with sending the selected option from the drop down and the text field to the shopping cart. When i fill in the text field, choose an option, put a quantity and add to cart it only adds 1 and its missing the drop down and the text field. But if i click back in the browser and hit submit one more time it works fine. Any ideas?<br />
<br />
<br />
<br />
<table width="500" border="0" cellpadding="2" cellspacing="0"><br />
<br />
<tr> <br />
<td colspan="2"><font face="Arial" color="#000000" size="2"><br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/../productcart/pc/viewCat.html><font color="#000099">Catalog</a>:</font> <a href='../achievement_awards.html'><font color="#000099">Achievement Awards</font></a><br />
</font></td><br />
</tr><br />
<tr><td colspan="2"></td></tr><br />
<br />
<tr valign="top"><br />
<td colspan="2"><font face="Arial" color="#000000" size="2"><b>Eagle Legend Oval Resin</b></font><br />
<a name="top"></a><br />
</td><br />
</tr><br />
<tr valign="top"> <br />
<td width="80%"><font face="Arial" color="#000000" size="1"><br />
<br />
SKU: EA32<br />
</font><br />
<font face="Arial" color="#000000" size="2"><br />
<br><br>Eagles Are the ultimate icon of achievement. This plaque can be hanged on a wall or placed on a desk or table. 8" X 8.5"<br />
<br><br><br><b>Price: $20.00</b><br><br />
<br />
<br><font face="Arial" color="#000000" size="2"><br />
<br />
</font></font></td><br />
<br />
<br />
<td width="20%" valign="top" align="center" rowspan="2"><br />
<br />
<img src='http://www.webdeveloper.com/forum/archive/index.php/../productcart/pc/catalog/ea32.jpg' alt="Eagle Legend Oval Resin" hspace="10" border=0> <br />
<br />
<br />
</td><br />
</tr><br />
<tr><td><br />
<br />
<!-- Start Form --><br />
<br />
<form method="post" action="../productcart/pc/instPrd.asp" name="additem"><br />
<font face="Arial" color="#000000" size="2"> <br />
<br />
<select name="idOptionA"><br />
<option value="">Select Font</option><br />
<br />
<option value="1395" <br />
<br />
><br />
Block&nbsp; <br />
<br />
</option><br />
<br />
<option value="1396" <br />
<br />
><br />
Old English&nbsp; <br />
<br />
</option><br />
<br />
<option value="1397" <br />
<br />
><br />
Roman&nbsp; <br />
<br />
</option><br />
<br />
<option value="1398" <br />
<br />
><br />
Script&nbsp; <br />
<br />
</option><br />
<br />
</select><br />
<br><br><br />
<br />
</font><br />
<br />
<font face="Arial" size="2" color="#6091D3"><br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"#" onclick="javascript:window.open('../productcart/pc/fonts2.asp', 'Fonts', 'width=600,height=800');"><b>Font Styles</b></a><br><br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"#" onclick="javascript:window.open('../productcart/pc/engravinginfo.asp', 'Engraving', 'width=600,height=800,resizable=yes,scrollbars=yes');"><b>Engraving Info</b></a></font><br><br> <br />
<br />
<font face="Arial" color="#000000" size="2"><input type="hidden" name="xf1" value="8">Personalization</font><br><br />
<font face="Arial" color="#000000" size="2"><input type="text" name="xfield1" size="36" maxlength="36" style="margin-top: 6px"></font> <br> <br> <br />
<br />
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="1"><br />
<tr> <br />
<td width="20%" align="center" valign="middle"> <font face="Arial" color="#000000" size="2"> <br />
<input class=iform type="text" name="quantity" size="3" maxlength="10" value="1" onBlur="validateNumber(this)"><br />
</font></td><br />
<td valign="middle" width="80%"> <font face="Arial" color="#000000" size="2"> <br />
<input type="hidden" name="idproduct" value="457"><br />
<br />
<input alt=Add src=http://www.webdeveloper.com/forum/archive/index.php/"../productcart/pc/images/sample/pc_button_add.gif" type=image name="add" border="0"><br />
<br />
</font><font face="Arial" color="#000000" size="2"><br />
<br />
</font></td><br />
</tr><br />
</table><br />
<br />
<!-- end add to cart --><br />
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="1"><br />
<tr> <br />
<td width="20%">&nbsp;</td><br />
<td width="80%"><a href=http://www.webdeveloper.com/forum/archive/index.php/"../productcart/pc/Custwl.asp?idproduct=457&redirectUrl=Custwl.asp?idproduct=457"><img src="../productcart/pc/images/sample/pc_button_wishlist.gif" border="0"></a></td><br />
</tr><br />
</table><br />
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="1"><br />
<tr> <br />
<td width="20%">&nbsp;</td><br />
<td width="80%"><a href=http://www.webdeveloper.com/forum/archive/index.php/"../productcart/pc/tellafriend.asp?redirectUrl=tellafriend.asp?idproduct=457&idproduct=457"><img src="../productcart/pc/images/sample/pc_button_tellafriend.gif" border="0"></a></td><br />
</tr><br />
</table><br />
<br />
</td><br />
</tr><br />
<br />
<!-- end of ordering options and add to cart button --><!--content-->
 
Back
Top