Question: I am working on a plugin for Outlook and SalesLogix v7.5 Web, and I
would like to find the web server without having to hard code it in.
Any idea how ActiveMail does this or how I can get the ActiveMail plugin
to use myself?
Answer: This can be done a couple of ways:
Client Side: window.location.href and parse it as needed.
Or, a better option:
Client Side: ASPCOMPLETEPATH (e.g. http://SERVER:PORT/SlxClient/).



