Advertisement
Guest User

olololo

a guest
Oct 8th, 2015
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.43 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <meta charset="utf-8">
  4.         <script type="text/javascript">
  5.             function loaded(){
  6.                 var lolens = document.getElementById('lol');
  7.                 lolens.onmouseover = document.getElementById('lole').innerHTML = 'lolz';
  8.                 lolens.onmouseout = document.getElementById('lole').innerHTML = '';
  9.             }
  10.         </script>
  11.     </head>
  12.     <body onload="loaded();">
  13.         <div id="lol">kwadrad</div><br><br>
  14.         <div id="lole">lol</div>
  15.     </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement