Hi
I have a VB script which tests some IP settings and connectivity then produces an html report which opens up in Internet Explorer.
All well and good but in order to reduce fretting and confusion for our end users I'd like to suppress the 'gold bar' that appears under the title bar stating, well, have a look at the 'attached' image.
I've tried suppressing this by adding the '[tt]<!-- saved from url=(0014)about:internet -->[/tt]' Mark Of The Web as follows:
but it's made no difference. Is there a way of scriptomatically suppressing this message in the HTML code?
JJ
[small][purple]Variables won't. Constants aren't[/purple]
There is no apostrophe in the plural of PC (or PST, or CPU, or HDD, or FDD, and so on)[/small]
I have a VB script which tests some IP settings and connectivity then produces an html report which opens up in Internet Explorer.
All well and good but in order to reduce fretting and confusion for our end users I'd like to suppress the 'gold bar' that appears under the title bar stating, well, have a look at the 'attached' image.
I've tried suppressing this by adding the '[tt]<!-- saved from url=(0014)about:internet -->[/tt]' Mark Of The Web as follows:
Code:
<HTML>
<HEAD>
<STYLE TYPE="text/css">
<!--
TD{font-family: Verdana; font-size: 10pt;}
--->
</STYLE>
<!-- saved from url=(0014)about:internet -->
<TITLE>Remote PC Connectivity Diagnostics</TITLE>
</HEAD>
...
JJ
[small][purple]Variables won't. Constants aren't[/purple]
There is no apostrophe in the plural of PC (or PST, or CPU, or HDD, or FDD, and so on)[/small]