hi,
i was working with a form inside a div tag with a checkbox in Netscape 6.2.
when i check or enter text into the textbox, the values DO NOT disappear when i reload or refresh.
i tried this simple form and the form values don't disappear on reload/refresh in NN4 or IE . i find this really spooky. where am i going wrong ?
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
</HEAD>
<BODY>
<FORM action="a.asp" method=POST name=form1>
<INPUT type="text" name="text1" >
<INPUT type="text" name="text2" value="">
<INPUT type="submit" value="Submit" name=submit1>
</FORM>
</BODY>
</HTML>
thanks