How to create HTML button that works like a link
Here i will show you how simple HTML button works like anchor link... Just take button tag and put onClick property on it like below..
<button onclick="window.location.href='http://chandreshrana.blogspot.in/'">Submit</button>
No comments:
Post a Comment