ShowIE command: Difference between revisions
(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 |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
{| | {| | ||
|width=" | |width="125px"| '''Action:''' | ||
|width=" | |width="775px"| | ||
<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=" | <span class="f_Para">(the </span><span class="term">File</span><span class="f_Para"> menu > </span><var>Preferences</var><span class="f_Para"> > </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 14: | Line 14: | ||
<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> | ||
<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> | ||
<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> | ||
<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> | ||
<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> | ||
<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> | ||
<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 | <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 | <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 | <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 | <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 | <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 | <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 | <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 | <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, "http://acme.com:3666/*%22)</span | <span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;"> (shExpMatch(urlLc, "http://acme.com:3666/*%22)</span> | ||
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;"> ||</span | <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, "http://acme.com:9219/*%22)</span | <span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;"> (shExpMatch(urlLc, "http://acme.com:9219/*%22)</span> | ||
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;"> ||</span | <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, "http://acme.com:3667/*%22)</span | <span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;"> (shExpMatch(urlLc, "http://acme.com:3667/*%22)</span> | ||
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;"> ||</span | <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, "http://acme.com:3000/*%22)</span | <span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;"> (shExpMatch(urlLc, "http://acme.com:3000/*%22)</span> | ||
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;"> );</span | <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 "PROXY 127.0.0.1:8081;DIRECT";</span | <span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;"> if (isDebuggable) return "PROXY 127.0.0.1:8081;DIRECT";</span> | ||
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;"> return "DIRECT";</span | <span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;"> return "DIRECT";</span> | ||
<span style="font-size: 12px; font-family: 'Courier New',Courier,monospace;">}</span | <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 | <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 | <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> |
Latest revision as of 18:44, 9 February 2023
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:
|
Client menu: | -- |
Introduced: | Build 62 |