Advertisement
Guest User

Untitled

a guest
Dec 7th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. // onglet
  2. let win = window.open(e.target.href, "_blank");
  3. win.focus();
  4.  
  5. // popup
  6. window.open(e.target.href,"Image Popup","menubar=no, status=no, scrollbars=no, menubar=no, width=100, height=600");
  7.  
  8. // with funny popup (need funnyPopup.js)
  9. new FunnyPopup(e.target.href);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement