Hi Guys. Please help me..
I am familiar in passing form values to another page using submit button.. But what i need now is to pass the values of the form using the href link. please help me. thanks a lot.
<form name="pass" action="validate.php" method="post">
<input type="text" name="Form1">
<a href"revalidate.php">revalidate</a> this is the one that i need to pass the form value.
<input type="Submit">
</form>
Please help me. Thanks a lot.