I have a third party product that I hit a link to from within a .vbs running unattended on a server. Hitting the link starts an update process. When I hit the link, IE opens and the link returns a page that is blank except for the following code.
Code:
<script type="text/javascript" language="JavaScript">
this.window.close();
</script>
End Code:
This causes a dialog box asking if the browser can be closed to be created. Is there a registry setting or some way around this?
Thanks in advance,
Benje