Page 1 of 1

popup window in menu?

Posted: Thu Jan 11, 2007 11:02 am
by yc
Hi, is it possible to make a link in menu that popup a new window to an extern site?

Thanks in advance.

Re: popup window in menu?

Posted: Thu Jan 11, 2007 11:15 am
by RonnyK
yc,


"Add content" -> change "Content type" to "link" -> Enter URL and set target to "_self".

Ronny

Re: popup window in menu?

Posted: Thu Jan 11, 2007 11:16 am
by Dr.CSS
Go to Add Content then in Content Type drop down to Link then you can set it to _blank in lower drop down...

Re: popup window in menu?

Posted: Thu Jan 11, 2007 11:21 am
by RonnyK
you're right Mark,

_blank instead of _self.

Ronny

Re: popup window in menu?

Posted: Fri Jan 12, 2007 12:11 pm
by yc
I see, I see. thanks a lot :) Is it also possible to make a new window from a cmsms link?

Thanks in advance!

Re: popup window in menu?

Posted: Fri Jan 12, 2007 1:08 pm
by RonnyK
yc,

when you uncheck "Generate tag-link" the code that is inserted is a regular HREF that might be changed afterwards with the "target"-statement.

Otherwise you also can do it yourself by putting in

LINKNAME



Ronny

Re: popup window in menu?

Posted: Mon Jan 15, 2007 8:14 am
by yc
thanks a lot! :)