MyBB Community Forums

Full Version: I want to know something
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to is put a link opens a window as small

example Open buddy list

i put a link at any place
<a href="#" onclick="MyBB.popupWindow('URL', 'KEY', WIDTH, HEIGHT);">TITLE</a>

No sure what the KEY is for.
The key is I think a 'name' which is useless.

Here is a js syntax:
newwindow=window.open(url,'name','height=200,width=150');
Thank you good