<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Script Errors in JMP Browser in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Script-Errors-in-JMP-Browser/m-p/19918#M18162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to open some web pages with the JMP browser either using the Internet Open menu or the Web("link"&lt;STRONG&gt;, JMP Window&lt;/STRONG&gt;) JSL command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In either case I am getting script errors similar to the ones below. Is there a setting that is wrong or something in Javascript that needs to be updated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to open: &lt;STRONG&gt;"mauth.cbssports.com/login?master_product=150"&lt;/STRONG&gt; and getting the error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12417_pastedImage_0.png" style="width: 695px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3583iF0E4CA49C9A3C95B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12417_pastedImage_0.png" alt="12417_pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Discontinuing scripts leaves a page that I can't interact with. Hope someone can help. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Michael Gingras&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2016 03:46:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-10-19T03:46:26Z</dc:date>
    <item>
      <title>Script Errors in JMP Browser</title>
      <link>https://community.jmp.com/t5/Discussions/Script-Errors-in-JMP-Browser/m-p/19918#M18162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to open some web pages with the JMP browser either using the Internet Open menu or the Web("link"&lt;STRONG&gt;, JMP Window&lt;/STRONG&gt;) JSL command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In either case I am getting script errors similar to the ones below. Is there a setting that is wrong or something in Javascript that needs to be updated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to open: &lt;STRONG&gt;"mauth.cbssports.com/login?master_product=150"&lt;/STRONG&gt; and getting the error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12417_pastedImage_0.png" style="width: 695px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3583iF0E4CA49C9A3C95B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12417_pastedImage_0.png" alt="12417_pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Discontinuing scripts leaves a page that I can't interact with. Hope someone can help. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Michael Gingras&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 03:46:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Script-Errors-in-JMP-Browser/m-p/19918#M18162</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-19T03:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Script Errors in JMP Browser</title>
      <link>https://community.jmp.com/t5/Discussions/Script-Errors-in-JMP-Browser/m-p/19919#M18163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;JMP uses the Internet Explorer ActiveX control in browsers contained within JMP windows. These include the File &amp;gt; Internet Open… and the Web browser display box browsers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The IE control defaults to using Internet Exploerer version 7 compatibility settings which does not handle many newer HTML/CSS features. This can result in popups such as you're seeing here.&amp;nbsp; If you control the HTML, you can set the document compatibility mode using a &amp;lt;meta&amp;gt; tag (see below for links).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually you do not control the HTML source so for those cases, there is another fix.&amp;nbsp; There is a registry key you can set to instruct the IE control to use a newer rendering engine such as IE 9,10, or 11. As of JMP 13, the JMP setup program will set the registry key for IE 11 compatibility mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It’s worth noting this registry key will affect all instances of jmp.exe launched no matter the JMP version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make the change, open the Windows registry editor by running regedit.exe then navigate in the tree to this location:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HKEY_CURRENT_USER&lt;BR /&gt;&amp;nbsp;&amp;nbsp; SOFTWARE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Microsoft&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Internet Explorer&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Main&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FeatureControl&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FEATURE_BROWSER_EMULATION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once there, you can right-click and add a new DWORD (32-bit) value.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Here's the value to use IE 11 capabilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value name: jmp.exe&lt;BR /&gt;Value data: 11000 &lt;BR /&gt;(Set the 'Base' to Decimal)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12479_IE Setting.png" style="width: 1177px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3595iB821017BB13A18CC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12479_IE Setting.png" alt="12479_IE Setting.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; Once set, relaunch JMP and try again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For reference, the steps above are based on information from this page.&lt;/P&gt;&lt;P&gt;&lt;A href="https://msdn.microsoft.com/en-us/library/ee330730(v=vs.85).aspx#browser_emulation" rel="nofollow noopener noreferrer" target="_blank"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;https://msdn.microsoft.com/en-us/library/ee330730(v=vs.85).aspx#browser_emulation&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's also possible to update web pages to indicate that they should be rendered with the more modern rendering engine but you may not always have full control over the HTML being used.&amp;nbsp; These pages describe tags which can be used to control the rendering mode a particular page uses. This may be important for older intranet pages which were written with a particular version in mind.&lt;/P&gt;&lt;P&gt;&lt;A href="https://msdn.microsoft.com/en-us/library/jj676915(v=vs.85).aspx" title="https://msdn.microsoft.com/en-us/library/jj676915(v=vs.85).aspx" rel="nofollow noopener noreferrer" target="_blank"&gt;Specifying legacy document modes (Internet Explorer)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx#ctl00_contentContainer_ctl16" title="https://msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx#ctl00_contentContainer_ctl16" rel="nofollow noopener noreferrer" target="_blank"&gt;Defining document compatibility (Internet Explorer)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 03:48:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Script-Errors-in-JMP-Browser/m-p/19919#M18163</guid>
      <dc:creator>jschroedl</dc:creator>
      <dc:date>2016-10-19T03:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Script Errors in JMP Browser</title>
      <link>https://community.jmp.com/t5/Discussions/Script-Errors-in-JMP-Browser/m-p/19920#M18164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just got around to trying this fix and it worked perfectly! THANKS!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mike G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 16:48:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Script-Errors-in-JMP-Browser/m-p/19920#M18164</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-07T16:48:34Z</dc:date>
    </item>
  </channel>
</rss>

