tomyknoker
06-25-2003, 01:34 AM
Hi All,
I have a form with four fields and when these fileds are entered and clicked on submit I want to load another page which displays the information by using cookie??
thanks,
TOM
<html>
<head>
<title>FORM</title>
</head>
<body>
<form name="form1" method="post" action="">
COLOUR:
<input name="colour" type="text" id="colour">
<br>
DAY:
<input name="day" type="text" id="day">
<br>
MUSIC:
<input name="music" type="text" id="music">
<br>
NIGHTCLUB:
<input name="nightclub" type="text" id="nightclub">
</form>
</body>
</html>
I have a form with four fields and when these fileds are entered and clicked on submit I want to load another page which displays the information by using cookie??
thanks,
TOM
<html>
<head>
<title>FORM</title>
</head>
<body>
<form name="form1" method="post" action="">
COLOUR:
<input name="colour" type="text" id="colour">
<br>
DAY:
<input name="day" type="text" id="day">
<br>
MUSIC:
<input name="music" type="text" id="music">
<br>
NIGHTCLUB:
<input name="nightclub" type="text" id="nightclub">
</form>
</body>
</html>