Guest User

Untitled

a guest
May 20th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <script>
  2. <!-- Beginning of JavaScript -
  3.  
  4. for (i=0;i<=message.length-1;i++) {
  5. document.write("<span id='span"+i+"' class='spanstyle'>")
  6. document.write(message[i])
  7. document.write("</span>")
  8. }
  9.  
  10. if (document.layers){
  11. document.captureEvents(Event.MOUSEMOVE);
  12. }
  13. document.onmousemove = handlerMM;
  14.  
  15. // - End of JavaScript - -->
  16. </script>
Add Comment
Please, Sign In to add comment