Figure 1: Web page form HTML code



<form name="form1">



Enter item:

<input class="input" type="test" id=fld_itm"

onblur="vldItm('fld_itm');" />



</br>

</br>



Another field;

<input class="input" type="text" name="fld_anotherfield"/>

</form>