I want to relocate on button click to a relative url:
<button onclick="document.location.href='/Recruiters.aspx'"></button>
but this is not working...
Any suggestions?
The default type of a button is "submit" so when inside a form, clicking the button submits it. Though it should first redirect but it's worth a shot:
<button type="button" onclick="document.location.href='/Recruiters.aspx'"></button>
                        If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With