Installation and deployment
Version 7.x > Installation and deployment > external links View modes: 
User avatar
Member
Member
pavel.1991-tut - 7/10/2013 6:06:39 AM
   
external links
There are some pages. These pages are being displayed in menu. Where can I set property that links to these pages have attribute target with value "_blank"?

User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 7/10/2013 8:08:19 AM
   
RE:external links
There isn't a property for that (yet). I believe it has been requested on UserVoice. At any rate, you can set this within the UI using some javascript. On the page go to Properties>Navigation and check the Javascript command radio button. Then enter the below code (modify your url) and it should work as expected.
window.open('http://www.yourwebsite.com/','',''); return false;

User avatar
Member
Member
kentico_sandroj - 7/10/2013 9:14:59 PM
   
RE:external links
Hi Pavel,

ForggEyes suggestion is currently the standard approach but there should be an option for this in the upcoming versions.

Regards,
Sandro