Guest User

Untitled

a guest
Oct 23rd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5. <div onmouseover="showText();" onmouseout="javascript:alert('my alert');" id="div"></div>
  6. </body>
  7. </html>
  8. function alert(){
  9. alert("my alert");
  10. }
Add Comment
Please, Sign In to add comment