//Copyright Psand Ltd. 2002. //Author - L.Hempelskunt sinister@computertorture.com //Free Software released under GPL - http://www.gnu.org //microsoft.js v1.0 5/2/02 //Creates an alert box for Internet Explorer users to click OK. var isIE = (document.all) ? true : false; if (isIE){ alert('Greetings Microsoft application user.\nHere is an OK box to make you feel at home with your frustration'); }