Changes

Jump to: navigation, search

Building Forms with JavaScript

25 bytes removed, 19:37, 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 Product codes" onClick="showCodes()">
</form>

Navigation menu