JS

Open URL in same window and in same tab

Pinterest LinkedIn Tumblr

Just Try in button.

<button onclick=”location.reload();location.href=’url_name'”
id=”myButton” class=”btn request-callback” >Explore More</button>

Using href

<a href=”#” class=”know_how” onclick=”location.reload();location.href=’url_name'”>Know More</a>

Write A Comment