alert without page refresh

Solutions on MaxInterview for alert without page refresh by the best coders in the world

showing results for - "alert without page refresh"
Alessia
03 Oct 2018
1// note that its the return false; that prevents the page refresh.
2<button onclick="alert('Hello'); return false;">Click</button>
similar questions
queries leading to this page
alert without page refresh