Forum Moderators: open
1. Start/click on HTA page in local zone.
2. Hta tries to access FSO (FileSystemObject)
2. Hta tries to WScript.Shell
Don't have XP, can't test it. really appreciate any info..
Thanks for your kind help....
================================================================
TEST.HTA
<HTML>
<a href="#" onclick="fso=new ActiveXObject('Scripting.FileSystemObject')">FSO</A>
<BR><BR>
<a href="#" onclick="wsh=new ActiveXObject('WScript.Shell')">WScript.Shell</A>
</HTML>
================================================================