hyperlinks in jsp pages query
Just want to know the syntax for making a button in a jsp page a hyperlink to bring you to a new page.
eg
btnregister on a index.jsp page
once button pressed it should bring you to register.jsp page.
i know it can be done with a simple word link as follows
<a href ="Register.jsp">link</a>
but i want to do it with a button, all and any help would be greatly appreciated, thanks and keep up the good work
Mark

