Hi this is my Form , when User fill form and by mistake he click on back button.
I want when he open it next time all values be there, so he cant type again
<form name="form1" method="post" action="checklogin.php">
<input name="myusername" type="text" value="Enter Your Username"onfocus="this.value=''" />
<input name="mypassword" type="password" id="mypassword" />
<input type="submit" name="Submit" value="Login" />
</form>