Help for this page

Select Code to Download


  1. or download this
    <INPUT type="button" value="Add Row" onclick="addRow('dataTable')" />
        <INPUT type="button" value="Delete Row" onclick="deleteRow('dataTa
    +ble')" />
    <TABLE id="dataTable" width="900px" align="center" border="1">
    ...
    
    </script>
    
  2. or download this
    <table width='100%' >
            <tr><td align=center><input type=button name='add' value='Add'
    + onclick='Add_Form(this.form)' accesskey="s" title="alt+s"></td></tr>
    + 
            </table>
    ...
                    frm.action=url;
                    frm.submit();                        
            }