550) this. width = 550; ">
<! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Transitional // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <ptml xmlns = "http://www.w3.org/1999/xhtml"> <pead> <meta http-equiv =" content-Type "content =" text/html; charset = gb2312 "/> <title> dynamically add table rows </title> </pead> <body> <style type =" text/css "> </style> Add a product number of varieties: <input type = "text" name = "text" value = ""/> <input type = "button" name = "submit" value = "generate input box" onclick = "show () "/> <table cellpadding =" 0 "cellspacing =" 0 "border =" 1px solid # ccc "> <tr style =" background-color: #009999 "> <td> product no. </td> <td> product name </td> <td> quantity </td> <td> unit price </td>/ tr> </table> </body> </ptml>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]