<?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: Path of png images FOR html link in _webout in a STP in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147702#M4115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just saw your most recent post.&amp;nbsp; I think that image tag doesnt work becauase of the trailing dot.&amp;nbsp; Thus I ended up mucking withh %dequote to remove the quotes and add them back myself later.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2014 12:57:35 GMT</pubDate>
    <dc:creator>Quentin</dc:creator>
    <dc:date>2014-03-19T12:57:35Z</dc:date>
    <item>
      <title>Path of png images FOR html link in _webout in a STP</title>
      <link>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147692#M4105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a STP creating PNG images and a _webout html page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm searching where I should put the PNG images in order to link to them in the _webout html page with relative links :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;img src="graphs/spatioTempo/time_BRR_SP.png"/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------&lt;/P&gt;&lt;P&gt;Just in case, here is the code used for creating the images.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ods graphics / reset imagename="&amp;amp;name";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; goptions reset=all&amp;nbsp; device=png gsfname=graphout cback=white;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ods _all_ close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ods html file='map.html' path=&amp;amp;plotPath style=wivisp_sasstyle;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Unused plot for setting increment naming count to 1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc sgrender data=&amp;amp;Data template=&amp;amp;template object=object;&lt;/P&gt;&lt;P&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; dynamic title="no by";&lt;/P&gt;&lt;P&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; run;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Actual plots ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc sgrender data=&amp;amp;Data template=&amp;amp;template object=object;&lt;/P&gt;&lt;P&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; dynamic title="Spatial distribution of &amp;amp;selectgerm for a period of one &amp;amp;timeFrame starting at";&lt;/P&gt;&lt;P&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; by &amp;amp;by;&lt;/P&gt;&lt;P&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; run;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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; ods html close;&lt;/P&gt;&lt;P&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; * back to normal ;&lt;/P&gt;&lt;P&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; ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR STYLE=wivisp_sasstyle NOGTITLE NOGFOOTNOTE GPATH=&amp;amp;sasworklocation ENCODING=UTF8 options(rolap="on");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your time,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 14:04:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147692#M4105</guid>
      <dc:creator>mathias</dc:creator>
      <dc:date>2014-03-18T14:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Path of png images FOR html link in _webout in a STP</title>
      <link>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147693#M4106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm confused, you said you are writing to _webout, but your sample code writes to a file (map.html).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use %STPBEGIN / %STPEND, it handles the temporary locations for image files for you, ie it sets the value of PATH option on the ODS HTML statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a reason you're not using them?&amp;nbsp; They tend to make life easier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 17:01:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147693#M4106</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2014-03-18T17:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Path of png images FOR html link in _webout in a STP</title>
      <link>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147694#M4107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That map.html is not used, it's a by-product of ODS html which i cannot get rid of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'am not using %stbegin because then _webout file is locked and cannot be writen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 17:08:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147694#M4107</guid>
      <dc:creator>mathias</dc:creator>
      <dc:date>2014-03-18T17:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Path of png images FOR html link in _webout in a STP</title>
      <link>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147695#M4108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe show more of your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have an:&lt;/P&gt;&lt;P&gt;ods html file= _webout&lt;/P&gt;&lt;P&gt;later?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or a data _null_&amp;nbsp; step writing to _webout?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After calling %STPBEGIN&amp;nbsp; _webout is locked because you can only have one ODS sandwich writing to _webout. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are basically generating your own custom html, and using a _null_ step to send it to _webout, then I would think you could put your images anywhere....&amp;nbsp; But it's be trickier, cuz with %STPBEGIN it handles the links for you, and writes the images to a temp catalog where they are replayed from ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 17:34:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147695#M4108</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2014-03-18T17:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Path of png images FOR html link in _webout in a STP</title>
      <link>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147696#M4109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'am using a data _null_ file=_webout step, yes. (to be able to write a complex html page with css and javascript)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can put my images anywhere I believe.&lt;/P&gt;&lt;P&gt;I put them on a webserver for now, but this webserver is protected with my login, while the STP is run anonymously by webanon. So the STP cannot write or read the images for now and this is why I'am looking for another path, common to my ods output and my _webout page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is is possible to know where the _webout html file is ? we have 1 jboss and 1 sasbi machines to run the STP.&lt;/P&gt;&lt;P&gt;(in other words, if i write &amp;lt;img src="test.png" /&amp;gt;, where do I need to put test.png ?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 17:46:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147696#M4109</guid>
      <dc:creator>mathias</dc:creator>
      <dc:date>2014-03-18T17:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Path of png images FOR html link in _webout in a STP</title>
      <link>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147697#M4110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I don't think I'm going to be of much help.&amp;nbsp; Was hoping something like below might work, but I don't think I'm even close....&amp;nbsp; Also played a bit with &amp;amp;_tmpcat.&amp;nbsp; I would think that might be a better approach, i.e. diggging into how the "light weight sessions" work, and trying something similar.&amp;nbsp; But that's just a guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;ods _all_ close;
ods graphics / reset imagename="myimage" ;

ods html body='nouse.html'
&amp;nbsp; path="%sysfunc(pathname(work))"
&amp;nbsp; gpath="%sysfunc(pathname(work))"
;

proc sgplot data=sashelp.class;
&amp;nbsp; scatter x=height y=weight;
run;
ods html close;

data _null_;
&amp;nbsp; file _webout;
&amp;nbsp; put "";&amp;nbsp;&amp;nbsp; put "I am some text";&amp;nbsp;&amp;nbsp; put "&lt;IMG src="https://communities.sas.com/" /&gt;";&amp;nbsp;&amp;nbsp; put ""; run;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 03:31:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147697#M4110</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2014-03-19T03:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Path of png images FOR html link in _webout in a STP</title>
      <link>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147698#M4111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried&lt;/P&gt;&lt;P&gt;_TMPCAT=APSWORK.TCAT01F2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Images are created, but I have no idea where.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isn't work going to be purged before you have the chance to load the html ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the images have to be stored permanently to solve my problem, since My HTML code shows only 1 image and then uses javascript to load others.&lt;/P&gt;&lt;P&gt;$('#timeplot').attr('src', 'graphs/spatioTempo/time_BRR_SP' + frameCounter + '.png');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What about storing them in the folder where the STP is ?&lt;/P&gt;&lt;P&gt;_PROGRAM=/Epistat/SP/STP_SPATIOTEMP&lt;/P&gt;&lt;P&gt;_METAFOLDER=/Epistat/SP/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 11:03:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147698#M4111</guid>
      <dc:creator>mathias</dc:creator>
      <dc:date>2014-03-19T11:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Path of png images FOR html link in _webout in a STP</title>
      <link>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147699#M4112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;ods HTML
&amp;nbsp; body="%sysfunc(pathname(work))/nouse.html"
&amp;nbsp; path=&amp;amp;_tmpcat (url=&amp;amp;_replay)
;

proc sgplot data=sashelp.class;
&amp;nbsp; scatter x=height y=weight;
run;
ods html close;

%let _TMPCAT=&amp;amp;_TMPCAT..myimage.png;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I played with aboeve, I think came close to getting it working, but could be a blind alley.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So idea is images are written to &amp;amp;_tmpcat (I don't know where that is).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then image tag looks like:&lt;/P&gt;&lt;P&gt;&amp;nbsp; put "&amp;lt;img src='"&amp;amp;_replay"'&amp;gt;";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I've already added the name of the image to &amp;amp;_TMPCAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THat was basically looking at html code generated by %STPBEGIN and trying to replicate it. (i.e., use the lightweight session) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feels close, but could be wrong.&amp;nbsp; If I have time tonight, will play some more.&amp;nbsp; Unless Vince or somebody jumps in with a solution first (hopefully!)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 11:25:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147699#M4112</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2014-03-19T11:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Path of png images FOR html link in _webout in a STP</title>
      <link>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147700#M4113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for all your work Quentin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your code. (changed this : put "&amp;lt;img src="&amp;amp;_replay"&amp;gt;"; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; It produces this html :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #881280; font-family: monospace; font-size: medium;"&gt;&amp;lt;img &lt;/SPAN&gt;&lt;SPAN class="webkit-html-attribute-name" style="font-family: monospace; font-size: medium;"&gt;src&lt;/SPAN&gt;&lt;SPAN style="color: #881280; font-family: monospace; font-size: medium;"&gt;="&lt;/SPAN&gt;&lt;A class="webkit-html-attribute-value webkit-html-resource-link" href="https://stats.wiv-isp.be/SASStoredProcess/guest?_sessionid=9976D03A-1ED9-4A1E-A629-77B2448EB6DF&amp;amp;_program=replay&amp;amp;_entry=APSWORK.TCAT0206.time_MUMP.png." style="font-family: monospace; font-size: medium;" target="_blank"&gt;/SASStoredProcess/guest?_sessionid=9976D03A-1ED9-4A1E-A629-77B2448EB6DF&amp;amp;_program=replay&amp;amp;_entry=APSWORK.TCAT0206.time_MUMP.png.&lt;/A&gt;&lt;SPAN style="color: #881280; font-family: monospace; font-size: medium;"&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #881280; font-family: monospace; font-size: medium;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #881280; font-family: monospace; font-size: medium;"&gt;but this img tag does not work&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 12:28:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147700#M4113</guid>
      <dc:creator>mathias</dc:creator>
      <dc:date>2014-03-19T12:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Path of png images FOR html link in _webout in a STP</title>
      <link>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147701#M4114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This seems to work for me.&amp;nbsp; Not sure it solves the same problem you are trying to solve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use ODS HTML to generate a .png file saved (I guess) in &amp;amp;_tmpcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in a _null_ step writing to _webout I use &amp;amp;_replay.myimage.png in the path, after dequoting &amp;amp;_replay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this is a start??? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods _all_ close;&lt;/P&gt;&lt;P&gt;ods graphics / reset imagename="myimage" ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods HTML&lt;/P&gt;&lt;P&gt;&amp;nbsp; body="%sysfunc(pathname(work))/nouse.html"&lt;/P&gt;&lt;P&gt;&amp;nbsp; path=&amp;amp;_tmpcat (url=&amp;amp;_replay)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=sashelp.class;&lt;/P&gt;&lt;P&gt;&amp;nbsp; scatter x=height y=weight;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods html close;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;%let _replay=%qsysfunc(dequote(&amp;amp;_replay));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;%put _replay is: &amp;gt;&amp;gt;&amp;gt;&amp;amp;_replay&amp;lt;&amp;lt;&amp;lt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp; file _webout;&lt;/P&gt;&lt;P&gt;&amp;nbsp; put "&amp;lt;html&amp;gt;";&lt;/P&gt;&lt;P&gt;&amp;nbsp; put "I am some text";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; put "&amp;lt;img src=""&amp;amp;_replay.myimage.png""&amp;gt;";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put "&amp;lt;/html&amp;gt;";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 12:55:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147701#M4114</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2014-03-19T12:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Path of png images FOR html link in _webout in a STP</title>
      <link>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147702#M4115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just saw your most recent post.&amp;nbsp; I think that image tag doesnt work becauase of the trailing dot.&amp;nbsp; Thus I ended up mucking withh %dequote to remove the quotes and add them back myself later.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 12:57:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147702#M4115</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2014-03-19T12:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Path of png images FOR html link in _webout in a STP</title>
      <link>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147703#M4116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I saw that annoying point and was trying to remove it with tranwrd.&lt;/P&gt;&lt;P&gt;But your solution works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i'll try to adapt it to work with my case and I'll come back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 13:50:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147703#M4116</guid>
      <dc:creator>mathias</dc:creator>
      <dc:date>2014-03-19T13:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Path of png images FOR html link in _webout in a STP</title>
      <link>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147704#M4117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, it seem to work with my code as well. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;Even the javascript modifying the img src's on the fly works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a big achievement.&lt;/P&gt;&lt;P&gt;I thought images would disapear after some time but they keep rendering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However it's very slow.&lt;/P&gt;&lt;P&gt;It looks like each image is being loaded everytime it is shown. (I make them disappear / appear with javascript by modifying img src=)&lt;/P&gt;&lt;P&gt;With a relative or url Link, images take some time to load the first time, but once done, they are stored in the browser cache and it's instantaneous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to understand why this is not happening here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 15:44:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147704#M4117</guid>
      <dc:creator>mathias</dc:creator>
      <dc:date>2014-03-19T15:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Path of png images FOR html link in _webout in a STP</title>
      <link>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147705#M4118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to hear!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm at the boundary of my understanding here (as evidenced by several attempts to try to get it working, and giving up last night only to wake up this morning thinking "it should work!!!", and finally resorting to my old standby of running %STPBEGIN and then trying to do whatever it does).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know much about javasript/caching.&amp;nbsp; Hoping to learn more as time goes on.... : )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Q.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 17:13:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147705#M4118</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2014-03-19T17:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Path of png images FOR html link in _webout in a STP</title>
      <link>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147706#M4119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for your help Quentin !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 08:44:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147706#M4119</guid>
      <dc:creator>mathias</dc:creator>
      <dc:date>2014-03-20T08:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Path of png images FOR html link in _webout in a STP</title>
      <link>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147707#M4120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I managed to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modifying the src attribute of an img tag is really slow with _replay links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modifying the style attribute from 'display:none' to 'display:inline' is instantaneous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result is really incredible: dynamic maps through time on demand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot again &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 11:14:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Path-of-png-images-FOR-html-link-in-webout-in-a-STP/m-p/147707#M4120</guid>
      <dc:creator>mathias</dc:creator>
      <dc:date>2014-03-24T11:14:38Z</dc:date>
    </item>
  </channel>
</rss>

