ShowIE command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Displays the current Internet Explorer</span><span class="f_ListContinue"> browser</span><span clas...")
 
No edit summary
Line 7: Line 7:
<span class="f_Para">Displays the current Internet Explorer</span><span class="f_ListContinue"> browser</span><span class="f_Para"> operating mode:</span>
<span class="f_Para">Displays the current Internet Explorer</span><span class="f_ListContinue"> browser</span><span class="f_Para"> operating mode:</span>


<span class="f_Para">(the </span><span class="f_GUIlabel">File</span><span class="f_Para"> menu &gt; </span><span class="f_GUIlabel">Preferences</span><span class="f_Para"> &gt; </span><span class="f_GUIlabel">IE Mode</span><span class="f_Para"> option or equivalent </span><span class="f_Monospace">[[setiemode_cmd.html|setIEMode]]</span><span class="f_Para"> setting in effect), as well as the current values of IE settings that pertain to the Client. </span>
<span class="f_Para">(the </span><span class="term">File</span><span class="f_Para"> menu &gt; </span><var>Preferences</var><span class="f_Para"> &gt; </span><span class="term">IE Mode</span><span class="f_Para"> option or equivalent </span><span class="f_Monospace">[[setIEMode command|setIEMode]]</span><span class="f_Para"> setting in effect), as well as the current values of IE settings that pertain to the Client. </span>


'''Syntax:'''  
'''Syntax:'''  
Line 15: Line 15:
<span class="f_Para">Sample output: </span>
<span class="f_Para">Sample output: </span>
<p class="syntax">
<p class="syntax">
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">Current ie settings</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">Current ie settings</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">...Proxy flags=(5)</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">...Proxy flags=(5)</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">...Proxy server=()</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">...Proxy server=()</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">...Proxy bypass=()</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">...Proxy bypass=()</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">...Proxy autoConfigUrl=(xxx)</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">...Proxy autoConfigUrl=(xxx)</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">...Raw flag byte=(05)</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">...Raw flag byte=(05)</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">...Read from registry key=</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">...Read from registry key=</span>


<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">(HKEY_CURRENT_USER ...)</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">(HKEY_CURRENT_USER ...)</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">Generated Pac File:</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">Generated Pac File:</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">// C:\Users\xxx\debuggerInternalPac.js generated by </span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">// C:\Users\xxx\debuggerInternalPac.js generated by </span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">debugger client on: </span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">debugger client on: </span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">2015 06 11 15:20:40</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">2015 06 11 15:20:40</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">function FindProxyForURL(url, host) {</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">function FindProxyForURL(url, host) {</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">   urlLc = url.toLowerCase();</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">   urlLc = url.toLowerCase();</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">   isDebuggable = (</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">   isDebuggable = (</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">      (shExpMatch(urlLc, &quot;http://acme.com:3666/*%22)</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">      (shExpMatch(urlLc, &quot;http://acme.com:3666/*%22)</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">         ||</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">         ||</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">      (shExpMatch(urlLc, &quot;http://acme.com:9219/*%22)</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">      (shExpMatch(urlLc, &quot;http://acme.com:9219/*%22)</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">         ||</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">         ||</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">      (shExpMatch(urlLc, &quot;http://acme.com:3667/*%22)</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">      (shExpMatch(urlLc, &quot;http://acme.com:3667/*%22)</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">         ||</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">         ||</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">      (shExpMatch(urlLc, &quot;http://acme.com:3000/*%22)</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">      (shExpMatch(urlLc, &quot;http://acme.com:3000/*%22)</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">   );</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">   );</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">   if (isDebuggable) return &quot;PROXY 127.0.0.1:8081;DIRECT&quot;;</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">   if (isDebuggable) return &quot;PROXY 127.0.0.1:8081;DIRECT&quot;;</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">   return &quot;DIRECT&quot;;</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">   return &quot;DIRECT&quot;;</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">}</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">}</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">pacURLMode: http</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">pacURLMode: http</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">httpPacUrl='http://acme.com:9292/pacman/'</span><br />
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">httpPacUrl='http://acme.com:9292/pacman/'</span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">httpPac upload filename: 'PAC.182.16.60.88.JS'</span><span class="f_CodeExample" style="font-size: 12px;"> </span>
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">httpPac upload filename: 'PAC.182.16.60.88.JS'</span><span class="f_CodeExample" style="font-size: 12px;"> </span>
</p>
</p>

Revision as of 17:47, 13 December 2022


Action:

Displays the current Internet Explorer browser operating mode:

(the File menu > Preferences > IE Mode option or equivalent setIEMode setting in effect), as well as the current values of IE settings that pertain to the Client.

Syntax:

showIE 

Sample output:

Current ie settings ...Proxy flags=(5) ...Proxy server=() ...Proxy bypass=() ...Proxy autoConfigUrl=(xxx) ...Raw flag byte=(05) ...Read from registry key= (HKEY_CURRENT_USER ...) Generated Pac File: // C:\Users\xxx\debuggerInternalPac.js generated by  debugger client on:  2015 06 11 15:20:40 function FindProxyForURL(url, host) {    urlLc = url.toLowerCase();    isDebuggable = (       (shExpMatch(urlLc, "http://acme.com:3666/*%22)          ||       (shExpMatch(urlLc, "http://acme.com:9219/*%22)          ||       (shExpMatch(urlLc, "http://acme.com:3667/*%22)          ||       (shExpMatch(urlLc, "http://acme.com:3000/*%22)    );    if (isDebuggable) return "PROXY 127.0.0.1:8081;DIRECT";    return "DIRECT"; } pacURLMode: http httpPacUrl='http://acme.com:9292/pacman/' httpPac upload filename: 'PAC.182.16.60.88.JS' 

Common values for Proxy flags (in the output above) are:

  • 5   proxy auto config (PAC) file is being used
  • 3   proxy server is being used
  • 1   direct connection to the Internet is being used (no proxy or PAC file)
Client menu: --
Introduced: Build 62