Question: I would like to add a web link to the help menu that is similar to
SalesLogix support, and have it integrated with the SalesLogix client to
the url that I specify. How can I do this?
Answer: You can create a new active script in the sub main:
Dim IE
Set IE = createobject(“InternetExplorer.Application”)
IE.Visible = True
IE.Navigate “”
Replace with the URL you need. Now, add a new menu item that adds the Standard Menu into the child Help that launches your new Active Script.



