Question: I would like to be able to open a separate browser when I click a
button on the SalesLogix Web Navbar. How can I call a script to open a
separate browser with the link to open the browser in the script?
Answer: To do this use the JavaScript Window.Open function. Set the Nav URL to something similar to this:
javacript: window.open("www.myurl.com");
You can also set parameters to control the size, position, and display options of the new window.