View Single Post
Old 10-09-2012, 01:52 AM   PM User | #2
xelawho
Senior Coder

 
xelawho's Avatar
 
Join Date: Nov 2010
Posts: 2,437
Thanks: 52
Thanked 453 Times in 451 Posts
xelawho will become famous soon enoughxelawho will become famous soon enough
change this:
Code:
<input type=submit value=Add onclick="AddRow(0)">
to this:
Code:
<input type="button" value="Add" onclick="AddRow(0)">
xelawho is offline   Reply With Quote