Showing posts with label How to create an HTML button that acts like a link. Show all posts
Showing posts with label How to create an HTML button that acts like a link. Show all posts

Monday 6 October 2014

How to create HTML button that works like a link


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>