alert without page refresh

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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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