Sunday, February 24, 2019

Pop Up on Browser






<input class="btn" type="button" onclick="alert('Hey, remember to tell your friends us');" value="Alert Example">

<input class="btn" type="button" onclick="confirm('Are you sure you want to delete the Internet?');" value="Confirm Example">

<input class="btn" type="button" onclick="prompt('Please enter your favorite website', 'Javascript Explorer');" value="Prompt Example">


<input  class="btn"  type="button" onDblClick="alert('Hey, remember what I said!');" value="Double Click" />

No comments:

Post a Comment

Sum Total Integer

Total sum Total sum var value = 2568,     sum = value         .toString()         .split('')         .map(Number)         ...