Advertisement
Guest User

Untitled

a guest
May 29th, 2015
1,860
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function exec_sp() {
  2.     var b = document.getElementById("bh");
  3.     if(screen.width > 650) {
  4.         if(b.offsetHeight < 50 || b.clientHeight < 50) {
  5.             var sp = document.getElementById("antyp");
  6.             sp.style.width = screen.width;
  7.             sp.style.height = screen.height;
  8.             sp.style.display = "block";
  9.             sanspub();
  10.         }
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement