My page has a number of buttons that effectively only link to other pages. At the moment I have each of these in a separate form - e.g.
Is there a way of doing this without creating multiple forms and without graphics?
Code:
<form method="POST" action="Page1.asp">
<input type="submit" value="Link 1"></form>
<form method="POST" action="Page2.asp">
<input type="submit" value="Link 2"></form>