Can I use JavaScript with menu items?
Solution
Double click the item in the left window to open its properties. Select "Free HTML" option. Type your JavaScript code in the edit below, for example:
<A HREF="" OnClick="javascript:window.open('http://www.selteco.com')">My Item</A>
Comments?