Team:TU Delft/tools/table generator

From 2010.igem.org

(Difference between revisions)
(New page: <html> <form action="" id="table_generator"> <table> <tr> <td># rows</td> <td><input type="text" name="numrows" id="numrows" /></td> </tr> <tr> <td># cols</td> <td><input type="text" name=...)
Line 1: Line 1:
 +
=Table Generator=
<html>
<html>
<form action="" id="table_generator">
<form action="" id="table_generator">
Line 9: Line 10:
<td># cols</td>
<td># cols</td>
<td><input type="text" name="numcols" id="numcols" /></td>
<td><input type="text" name="numcols" id="numcols" /></td>
 +
</tr>
 +
<tr>
 +
<td colspan="2"><input type="submit" value="Generate" onClick="return:false;" /></td>
</tr>
</tr>
</table>
</table>
</html>
</html>

Revision as of 16:28, 4 August 2010

Table Generator

# rows
# cols