Is it possible to create links that can pass values to the other pages?
eg. for button. <input type="button" name="id" value="5"> I can have value 5 How about <a herf= ???>
Please help
Thanks in advance
<a href="page.html?value=5&value2=6">my link</a>
should do it...