<?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: Image loading from a hyperlink in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Image-loading-from-a-hyperlink/m-p/954785#M110046</link>
    <description>&lt;P&gt;Or New HTTP Request&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

req = New HTTP Request(
	url("https://www.jmp.com/en/company/media_10eeb65ad6a836677c8ff6b12e9d88dd4be7aa9e8.png"),
	Method("GET")
);
data = req &amp;lt;&amp;lt; send;

img = New Image(data);

nw = new window("",
	img
);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 22 Jun 2026 07:00:31 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2026-06-22T07:00:31Z</dc:date>
    <item>
      <title>Image loading from a hyperlink</title>
      <link>https://community.jmp.com/t5/Discussions/Image-loading-from-a-hyperlink/m-p/954768#M110044</link>
      <description>&lt;P&gt;Hey!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I want to perform image loading from a hyperlink, not data table as we have millions of images. Is this possible in JMP?&lt;BR /&gt;&lt;BR /&gt;-Ilmari&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2026 06:30:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Image-loading-from-a-hyperlink/m-p/954768#M110044</guid>
      <dc:creator>UnrelatedLamb77</dc:creator>
      <dc:date>2026-06-22T06:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Image loading from a hyperlink</title>
      <link>https://community.jmp.com/t5/Discussions/Image-loading-from-a-hyperlink/m-p/954784#M110045</link>
      <description>&lt;P&gt;Just using Open() might work for simple cases&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

img = Open("https://www.jmp.com/en/company/media_10eeb65ad6a836677c8ff6b12e9d88dd4be7aa9e8.png");

nw = New Window("",
	img
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Jun 2026 06:58:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Image-loading-from-a-hyperlink/m-p/954784#M110045</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2026-06-22T06:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Image loading from a hyperlink</title>
      <link>https://community.jmp.com/t5/Discussions/Image-loading-from-a-hyperlink/m-p/954785#M110046</link>
      <description>&lt;P&gt;Or New HTTP Request&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

req = New HTTP Request(
	url("https://www.jmp.com/en/company/media_10eeb65ad6a836677c8ff6b12e9d88dd4be7aa9e8.png"),
	Method("GET")
);
data = req &amp;lt;&amp;lt; send;

img = New Image(data);

nw = new window("",
	img
);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Jun 2026 07:00:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Image-loading-from-a-hyperlink/m-p/954785#M110046</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2026-06-22T07:00:31Z</dc:date>
    </item>
  </channel>
</rss>

