M
Mark
Hi all,
Im written a small javascript program. Once it finishs I want to close
the internet explorer page. I have used window.close(); when this runs
it pops up with a Internet Explorer Dialog box, saying if I want to
close this page.
Is there a way to automate this process?? I also have the problem with
var fso = new ActiveXObject('Scripting.FileSystemObject');
Saying that I have to accept the Active X.
Thanks Mark
Im written a small javascript program. Once it finishs I want to close
the internet explorer page. I have used window.close(); when this runs
it pops up with a Internet Explorer Dialog box, saying if I want to
close this page.
Is there a way to automate this process?? I also have the problem with
var fso = new ActiveXObject('Scripting.FileSystemObject');
Saying that I have to accept the Active X.
Thanks Mark