Forum Moderators: open
<form action="view_print.php" onSubmit="return GB_showCenter('Testing', this.action, 900, 650)" title="View Print Coupon" name="user_address" method="get">
<table width="500" border="0">
<tr>
<td><input type="text" class="inputtext" name="searchaddress" style="width:200px;"/></td>
<td><input type="text" class="inputtext" name="searchcity" style="width:140px;"/></td>
<td><input type="text" class="inputtext" name="searchstate" style="width:50px;"/></td>
<td><input type="text" class="inputtext" name="searchzip" maxlength="5" style="width:100px;"/></td>
</tr>
<tr>
<td id="searchaddresslabel">Street Address</td>
<td id="searchaddresslabel">City &</td>
<td id="searchaddresslabel">State</td>
<td id="searchaddresslabel">or Zip</td>
</tr>
</table>
<br />
<input type="hidden" id="coupon_id" name="coupon_id" />
<a href="javascript:document.getElementById('coupon_id').value='4';document.user_address.submit();">Test Link Submit</a>
</form>