Changes

Building Forms with JavaScript

3 bytes removed, 19:35, 16 May 2007
The JavaScript Button Object
<input type="TEXT" name="myName" value=""/>
<input type="TEXT" name="myPhone" value=""/>
<input type="BUTTON" name="buttonName" value="Click here for a list of product codes" onClick="validateFormshowCodes()">
</form>