shadowm

Untitled

Sep 19th, 2013
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <!-- IF S_USER_PM_POPUP and S_NEW_PM -->
  2. popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
  3. <!-- ENDIF -->
  4.  
  5. function popup(url, width, height, name)
  6. {
  7. if (!name)
  8. {
  9. name = '_popup';
  10. }
  11.  
  12. window.open(url.replace(/&amp;/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
  13. return false;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment