<html> <head> <title>Insert new data</title> </head> <body bgcolor='"#FFFFFF"' text='"#000000"'> </body></html> <p>This form will insert a new record into the Category table of the Northwind database. <hr /> </p> <form name='"frmInsert"' method='"post"' action='"insert.asp"'> <p> <b>Category Name</b> <input type='"text"' name='"txtCategory"' /> </p> <p> <b>Description</b> <textarea name='"txtDescription"' rows='"10"' cols='"40"'> </textarea> </p> <input type='"submit"' name='"Submit"' value='"Insert"' /> </form>
Click Next for insert.asp








