Guest User

Untitled

a guest
May 27th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. var inf = document.createElement("button");
  2. inf.setAttribute("style" , "position:fixed; top:4px; left:4px; width:1px; height:1px; border:none; background-color:#55f; opacity:0;");//-moz-opacityは3.5で廃止
  3. document.body.appendChild(inf);
  4. inf.focus();
  5. document.body.removeChild(inf);
Add Comment
Please, Sign In to add comment