kentico_ondrejv
-
10/28/2009 5:16:42 PM
RE:How can I make the link opened in the new window?
Hello,
Whether is you link within Editable region, you can use insert/edit link button and set your URL with target: New window (_blank) in the Web tab.
However if your link is supposed to be within some menu, you can put following javascript command to the 'CMS Desk -> Content -> Document -> Properties tab -> Menu -> javascript command':
window.open('http://google.com','mywindow','width=400,height=200')
It will open new window with specified link.
I know you said it doesn't work, therefore would it be possible what are symptoms of that behavior?
Best regards Ondrej Vasil
|