Custom menu link in new window with custom size Custom menu link in new window with custom size
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Custom menu link in new window with custom size

Started by andi_k, August 11, 2006, 09:55:56 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

andi_k

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

Gizmo

Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

andi_k

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?

Joachim Müller

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".