Hi,I have successfully added a link to a URL in the Tools list of the Navigation menu (the Personal / Enterprise / Tools / Help pull-downs at the top right of the screen).This was done by orphaning WebLL:LivelinkNavigationCallback and then adding a new item into the Execute method. A new option appears in my menu, and I can click on it to go to that page... so far, so good.This works fine for a straight URL such as "
http://www.opentext.com", but I want the link to produce a pop-up window rather than reuse the main window.I tried, but failed, to make the following work (which works when copied into the Internet Explorer address bar):javascript:window.open('
http://www.opentext.com','450x300','toolbar=no,status=no,scrollbars=no,location=no,menubar=no,directories=no,width=450,height=300')(This is just an example of producing a pop-up window, please ignore the details.)Any ideas?Thanks for any help.