onclick problem

Posted on 16th Feb 2014 by admin

I have <input type="text" name="message">
<a href=page2.php>click here</a>

Can i parse the value whatever written in the textbox on url like this
page2.php?message=blablabla using onclick

Other forums