Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: form values don't disappear on reload/refresh


Message #1 by speedguru@m... on Thu, 25 Apr 2002 06:34:01
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

  Return to Index