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:
- Right click on your desktop.
- Select New – Shortcut.
- Copy the link above and insert your username and password into the XXX field.
- Paste the link into the “location of item” field.
- Click Next – Enter the name you want the shortcut to be called.
- Click finish.
- The shortcut will now be on your desktop.
- Right click the shortcut on your desktop.
- Select Properties.
- Select “Change Icon”
- You will need to save the IHS.ico (in blue above) in your C: drive
- Browse to the location where you have placed the IHS.ico file.
- Click OK.
- 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>