9951 explained code solutions for 126 technologies


htmlMake button act like link


<button onclick="location='/some_page'">Go</button>ctrl + c
<button

add standard button

onclick

attach code to handle button click

location='/some_page'

this will redirect browser to '/some_page' when button is clicked