
October 15th, 1999, 07:55 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Hi Kimberly,
Set the ACTION attribute of the FORM tag:
<FORM ACTION="nextpage.cgi">
<INPUT TYPE=text NAME="data1">
<INPUT TYPE=submit VALUE="Enter">
</FORM>
-- Christopher
 (test)
|