I'm trying to make an error box pop up when theres letters inside of the textbox, however it is not working and I'm not sure what I need to do.
Here is the code for the section
<tr>
<td align="right"> Weight:</td>
<td><input type="text" name="weight" value="<?php echo $weight?>" onblur="validateinteger(Diamonds.weight,'weight')" <?php if($formmode==1) echo 'disabled';?> size="15" /></td>
</tr>
I'm new to this website so I'm not sure how to post all the codes here therefore I uploaded everything to pastebin.
For complete code please click. http://pastebin.com/ZfUe6GWq
Thanks in advance