0
why it is not working?
<div class="regis" <a href="Registration.jsp" ><input type="button" value="Registration"></a> </div>.. There is a button..if i click the button..it must open registration.jsp
4 Answers
+ 11
Because you have not close your < div > in the first line.
If "Registration.jsp" is in the same folder of your index.html, close the < div > and retry.
+ 8
@adailar the button works well with me.
The problem is the < div >
0
you can't put a buton in a link
1- use a text in link and style it whit css
2- put buton in a form whit a post url (form action attribute)
0
@maz technically it will work but it's not rigth way to do this.