http://qs321.pair.com?node_id=179293


in reply to Populating the form

<html> <head> <title>name</title> </head> <body> <form name=formName action="cgibin/name1.pl" method="POST"> <p>my name is: <input type="text" name="text1" size="15"> <p>My lastName is: <input type="text" name="text2" size=15> </form> </body> </html>

edited: Thu Jul 4 21:30:18 2002 by jeffa - added code tags