I am not entirely sure where to place this code in order for it to function. This is my form where I would like to have this function.
<form id="form1" name="form1" method="post" action="">
<label>
<table border="0">
<tr>
<td width="250"> </td>
<td width="250"> </td>
<td width="250"> </td>
<td width="250"><label>Percentage Increase
<input name="Increase" type="text" onkeypress="return isNumberKey(event)" id="Increase" size="4" maxlength="3" /> [B]// Text box for user to input specified precentage[/B] %
<input type="submit" name="IncreaseButton" id="IncreaseButton" value="Submit" /> // This is the submit button for the percentage increase that submits the new price to the table</label></td>
<td width="183">td>
</tr>
</table>
</label>
</form>