Advertisement
hxxxrz

213qwe

Mar 13th, 2018
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <div onclick="xxx(); return false;">
  2.  
  3. <script type="text/javascript">
  4. function xxx(){
  5. window.open("/go.html",'_blank', 'toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,left=10000, top=10000, width=10, height=10, visible=none', '');
  6.  
  7. }
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement