Guest User

Untitled

a guest
Jun 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. function window.onload()
  2. {
  3. var olink=document.links;
  4. for(var i=0; i<olink.length; i++){
  5. olink[i].onmouseover=function(){window.status='';return true;}
  6. olink[i].onfocus=function(){window.status='';return true;}
  7. }
  8. }
Add Comment
Please, Sign In to add comment