Hi
I already managed to open my custom link in a new window.
But now I want to turn this window into a popup with a specified size, no toolbars...etc. As less browser functions as possible.
Any help?
Thx
Check out this tutorial - http://javascript.about.com/library/blpopup1a.htm (http://javascript.about.com/library/blpopup1a.htm).
ok i tried it - cannot handle it
can you help me? this is what my custon button look like
addbutton($sub_menu_buttons,'{CUSTOM_LNK_LNK}','{CUSTOM_LNK_TITLE}','{CUSTOM_LNK_TGT}" target="_blank','custom_link',$template_sub_menu_spacer);
can you make it?
target="_blank' is just wishful thinking, you can't make up code. The line you refer to is a function call that doesn't expect a parameter "target".