Answers for "how to show the alert without refresh the page"

CSS
1

alert without page refresh

// note that its the return false; that prevents the page refresh.
<button onclick="alert('Hello'); return false;">Click</button>
Posted by: Guest on July-07-2020

Code answers related to "how to show the alert without refresh the page"

Browse Popular Code Answers by Language