Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- IF S_USER_PM_POPUP and S_NEW_PM -->
- popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
- <!-- ENDIF -->
- function popup(url, width, height, name)
- {
- if (!name)
- {
- name = '_popup';
- }
- window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
- return false;
- }
Advertisement
Add Comment
Please, Sign In to add comment