gjshah7254
5/9/2014 - 5:15 AM

Redirecting Kentico menu item to a new page and open in a new tab or uising a javascript for a menu item

Redirecting Kentico menu item to a new page and open in a new tab or uising a javascript for a menu item

document Properties -> Menu -> Menu action -> Javascript command: window.open('http://www.google.com');return false;

To disable a link: javascript: void(0); return false;