IHS - http://www.ihsti.com/scripts/tilogon.dll?Welcome&Username=XXX&Password=XXX&Send=SUBMIT

 

ERC - http://www.ihserc.com/servlet/loginmanager.ERCAccess?subAcctLoginName=XXX&subAcctPassword=XXX&loginCode=SUB_ACCT_LOGIN

 

IHS Desktop icon (Right click and "save target as")

How to install on your desktop:

  1. Right click on your desktop.
  2. Select New – Shortcut.
  3. Copy the link above and insert your username and password into the XXX field.
  4. Paste the link into the “location of item” field.
  5. Click Next – Enter the name you want the shortcut to be called.
  6. Click finish.
  7. The shortcut will now be on your desktop.
  8. Right click the shortcut on your desktop.
  9. Select Properties.
  10. Select “Change Icon”
  11. You will need to save the IHS.ico (in blue above) in your C: drive
  12. Browse to the location where you have placed the IHS.ico file.
  13. Click OK.
  14. The shortcut will now have the IHS icon.

 

To disable right click on intranet page:

<SCRIPT language=JavaScript>
var message = "function disabled";
function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){ alert(message); return false; }
if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { alert(message); return false; } }
document.onmousedown = rtclickcheck;
</SCRIPT>