<?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 Re: Open an html file with JMP's built-in browser. How do I get the content displayed with JSL? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Open-an-html-file-with-JMP-s-built-in-browser-How-do-I-get-the/m-p/743744#M92337</link>
    <description>&lt;P&gt;Dealing with this type of code with JAVA interactions can be complex.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;u="";txt=loadtextfile(u);&lt;/CODE&gt;&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;In the first post, I had to upload this html file&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks Experts!&lt;/P&gt;</description>
    <pubDate>Wed, 03 Apr 2024 12:55:06 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2024-04-03T12:55:06Z</dc:date>
    <item>
      <title>Open an html file with JMP's built-in browser. How do I get the content displayed with JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/Open-an-html-file-with-JMP-s-built-in-browser-How-do-I-get-the/m-p/743717#M92328</link>
      <description>&lt;P&gt;This removes html structure files quickly.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-04-03_18-53-35.png" style="width: 743px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63019i333DA6A78637D8E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-04-03_18-53-35.png" alt="2024-04-03_18-53-35.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;太阳的微笑
原创 大v专访 2022-09-14 20:30 福建

淘时刻
人划线&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Apr 2024 10:59:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-an-html-file-with-JMP-s-built-in-browser-How-do-I-get-the/m-p/743717#M92328</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-04-03T10:59:33Z</dc:date>
    </item>
    <item>
      <title>回复： Open an html file with JMP's built-in browser. How do I get the content displayed with JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/Open-an-html-file-with-JMP-s-built-in-browser-How-do-I-get-the/m-p/743720#M92329</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-04-03_19-00-32.png" style="width: 946px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63020iEF154D6E6AB27E2A/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-04-03_19-00-32.png" alt="2024-04-03_19-00-32.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 11:01:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-an-html-file-with-JMP-s-built-in-browser-How-do-I-get-the/m-p/743720#M92329</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-04-03T11:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Open an html file with JMP's built-in browser. How do I get the content displayed with JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/Open-an-html-file-with-JMP-s-built-in-browser-How-do-I-get-the/m-p/743733#M92330</link>
      <description>&lt;P&gt;Use New HTTP Request with Get method on the URL&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;request = New HTTP Request(
	URL("https://www.jmp.com/en_fi/home.html"),
	Method("Get")
);
data = request &amp;lt;&amp;lt; send;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You might also have REST API endpoint you could use. If these aren't enough might have to use something like Selenium&lt;LI-MESSAGE title="Browser Scripting with Python Selenium" uid="485000" url="https://community.jmp.com/t5/Uncharted/Browser-Scripting-with-Python-Selenium/m-p/485000#U485000" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 11:27:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-an-html-file-with-JMP-s-built-in-browser-How-do-I-get-the/m-p/743733#M92330</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-04-03T11:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Open an html file with JMP's built-in browser. How do I get the content displayed with JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/Open-an-html-file-with-JMP-s-built-in-browser-How-do-I-get-the/m-p/743737#M92331</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This is the only result:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks Experts!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-04-03_19-46-34.png" style="width: 637px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63021i267FEA38BDB7EB62/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-04-03_19-46-34.png" alt="2024-04-03_19-46-34.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 11:49:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-an-html-file-with-JMP-s-built-in-browser-How-do-I-get-the/m-p/743737#M92331</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-04-03T11:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Open an html file with JMP's built-in browser. How do I get the content displayed with JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/Open-an-html-file-with-JMP-s-built-in-browser-How-do-I-get-the/m-p/743740#M92334</link>
      <description>&lt;P&gt;If you already have the .html you can just load it using Load Text File().&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 11:54:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-an-html-file-with-JMP-s-built-in-browser-How-do-I-get-the/m-p/743740#M92334</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-04-03T11:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Open an html file with JMP's built-in browser. How do I get the content displayed with JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/Open-an-html-file-with-JMP-s-built-in-browser-How-do-I-get-the/m-p/743744#M92337</link>
      <description>&lt;P&gt;Dealing with this type of code with JAVA interactions can be complex.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;u="";txt=loadtextfile(u);&lt;/CODE&gt;&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;In the first post, I had to upload this html file&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks Experts!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 12:55:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-an-html-file-with-JMP-s-built-in-browser-How-do-I-get-the/m-p/743744#M92337</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-04-03T12:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Open an html file with JMP's built-in browser. How do I get the content displayed with JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/Open-an-html-file-with-JMP-s-built-in-browser-How-do-I-get-the/m-p/743748#M92338</link>
      <description>&lt;P&gt;Call AutoHotkey with JSL to copy.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-04-03_21-17-08.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63022i0C501D5BADC63239/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-04-03_21-17-08.png" alt="2024-04-03_21-17-08.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 13:20:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-an-html-file-with-JMP-s-built-in-browser-How-do-I-get-the/m-p/743748#M92338</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-04-03T13:20:34Z</dc:date>
    </item>
  </channel>
</rss>

