<?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: Newwindow action in Stored Process Web Application in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Newwindow-action-in-Stored-Process-Web-Application/m-p/589023#M23271</link>
    <description>&lt;P&gt;Thank you, Quentin!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to&amp;nbsp;intergrate this information into &amp;nbsp;the URL calling the SP.&lt;/P&gt;&lt;P&gt;So I changed&lt;/P&gt;&lt;P&gt;" .... /do?&amp;amp;_program=/ .... " to&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;" .... /&lt;STRONG&gt;do?&amp;amp;_action=newwindow&amp;amp;target="_blank"&amp;amp;_program&lt;/STRONG&gt;=/ .... ".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried different versions of syntax (with/without _&amp;nbsp; or single/double quotation marks).&lt;/P&gt;&lt;P&gt;But nothing has changed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody know the right syntax?&lt;/P&gt;</description>
    <pubDate>Mon, 16 Sep 2019 12:42:46 GMT</pubDate>
    <dc:creator>Marlis</dc:creator>
    <dc:date>2019-09-16T12:42:46Z</dc:date>
    <item>
      <title>Newwindow action in Stored Process Web Application</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Newwindow-action-in-Stored-Process-Web-Application/m-p/587772#M23261</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can I enforce to always open a &lt;STRONG&gt;new window (= browser tab)&lt;/STRONG&gt; for the Output of a Stored Process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the moment the situation is:&lt;/P&gt;&lt;P&gt;For the first run of the SP a new browser tab is opened containing the output of the SP.&lt;/P&gt;&lt;P&gt;For the following runs the same browser tab is used as before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We would prefer to always have the output in a new window, so the previous outputs are still available.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We&amp;nbsp;work with&amp;nbsp;STPBEGIN and ODS HTML.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Marlis&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 10:05:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Newwindow-action-in-Stored-Process-Web-Application/m-p/587772#M23261</guid>
      <dc:creator>Marlis</dc:creator>
      <dc:date>2019-09-11T10:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Newwindow action in Stored Process Web Application</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Newwindow-action-in-Stored-Process-Web-Application/m-p/587840#M23262</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Depends how you are calling the stored process.&amp;nbsp; But could be as simple as adding&amp;nbsp;&lt;SPAN&gt;target="_blank" to the link.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;--Q.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 13:11:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Newwindow-action-in-Stored-Process-Web-Application/m-p/587840#M23262</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2019-09-11T13:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Newwindow action in Stored Process Web Application</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Newwindow-action-in-Stored-Process-Web-Application/m-p/589023#M23271</link>
      <description>&lt;P&gt;Thank you, Quentin!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to&amp;nbsp;intergrate this information into &amp;nbsp;the URL calling the SP.&lt;/P&gt;&lt;P&gt;So I changed&lt;/P&gt;&lt;P&gt;" .... /do?&amp;amp;_program=/ .... " to&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;" .... /&lt;STRONG&gt;do?&amp;amp;_action=newwindow&amp;amp;target="_blank"&amp;amp;_program&lt;/STRONG&gt;=/ .... ".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried different versions of syntax (with/without _&amp;nbsp; or single/double quotation marks).&lt;/P&gt;&lt;P&gt;But nothing has changed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody know the right syntax?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 12:42:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Newwindow-action-in-Stored-Process-Web-Application/m-p/589023#M23271</guid>
      <dc:creator>Marlis</dc:creator>
      <dc:date>2019-09-16T12:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Newwindow action in Stored Process Web Application</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Newwindow-action-in-Stored-Process-Web-Application/m-p/589049#M23272</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;target="_blank" is not part of the URL.&amp;nbsp; It's part of the link.&amp;nbsp; So if you are making a web page that has a link to a stored process, the link in the html file might look like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;a href="https://myserver/SASStoredProcess/do?&amp;amp;_program=/MyFolder/MyStoredProcess"&amp;gt; MyStoredProcess &amp;lt;/a&amp;gt;&lt;/PRE&gt;
&lt;P&gt;When user clicks that link, it would open the result in the same browser tab.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you change the link to:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;a href="https://myserver/SASStoredProcess/do?&amp;amp;_program=/MyFolder/MyStoredProcess" target="_blank"&amp;gt; MyStoredProcess &amp;lt;/a&amp;gt;&lt;/PRE&gt;
&lt;P&gt;The stored process results would open in a new browser tab.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;target= is an attribute of the link, not part of the URL.&amp;nbsp; See e.g.:&amp;nbsp;&lt;A href="https://www.w3schools.com/tags/att_a_target.asp" target="_blank"&gt;https://www.w3schools.com/tags/att_a_target.asp&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Q.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 13:48:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Newwindow-action-in-Stored-Process-Web-Application/m-p/589049#M23272</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2019-09-16T13:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Newwindow action in Stored Process Web Application</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Newwindow-action-in-Stored-Process-Web-Application/m-p/589299#M23273</link>
      <description>&lt;P&gt;Many thanks to you, Quentin &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I have understood the logic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best, Marlis&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 10:27:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Newwindow-action-in-Stored-Process-Web-Application/m-p/589299#M23273</guid>
      <dc:creator>Marlis</dc:creator>
      <dc:date>2019-09-17T10:27:14Z</dc:date>
    </item>
  </channel>
</rss>

