34,333
edits
Changes
→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>