MoshiachNow
IS-IT--Management
HI,
Inside my HTML file I run the following VB script to unzip a certain file:
<script language=VBScript>
set objShell=CreateObject("Wscript.Shell")
objShell.Run("unzip ""d:\documents and Settings\lev\desktop\HW03339_20061224_P3104_py.zip"" -d D:\WINNT\Temp")
</script>
All works well,however during opening the HTML file (it runs the above script) I get a warning :
"An ActiveX control on this page might be unsafe to interract with other part of this page.Do you want to aloow this interraction?"
How do I get rid of this warning ?
Long live king Moshiach !
Inside my HTML file I run the following VB script to unzip a certain file:
<script language=VBScript>
set objShell=CreateObject("Wscript.Shell")
objShell.Run("unzip ""d:\documents and Settings\lev\desktop\HW03339_20061224_P3104_py.zip"" -d D:\WINNT\Temp")
</script>
All works well,however during opening the HTML file (it runs the above script) I get a warning :
"An ActiveX control on this page might be unsafe to interract with other part of this page.Do you want to aloow this interraction?"
How do I get rid of this warning ?
Long live king Moshiach !