Add the link to your local intranet pages

If you have an intranet system, then you can add a link to the product from a page within it. You will need to know the link (URL) for connecting to it across your network.

If you're using the installed product, this was displayed during the installation process. It can also be found from the 'links' tab of the Careersoft Network Components manager in Control Panel (on XP systems you may need to click to view the 'Other Control Panel Options' section of Control Panel to see it).

If you're using the internet version of the product, the link was displayed after you entered your establishment name and authorisation code.

Using Notepad or other text editor of your choice, add a line like this to the source code (raw HTML text) of your page:

<p><a href="http://url-for-product:8082/HI">Product Name</a></p>

This will create a link to the page with the text 'Product Name', which will take you to the program when clicked.

If you want the link to open a new browser window, use this:

<p><a href="http://url-for-product:8082/HI" target="_blank">Product Name</a></p>

In each case, use the URL for your product (see top of this page) in place of 'url-for-product'.

If using a more sophisticated web page editor (like Front Page or Dreamweaver), then add a link to the page in your usual way, using the URL you have obtained.

Page date 01/09/11