<?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: Suppress newwindow action in Stored Process Web Application in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Suppress-newwindow-action-in-Stored-Process-Web-Application/m-p/102287#M3721</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've created a hidden prompt _target=_stpOutput.&amp;nbsp; I'm still getting the newwindow popup, instead of the _webout content going to the right hand frame of the SPWA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 May 2012 10:23:44 GMT</pubDate>
    <dc:creator>ScottBass</dc:creator>
    <dc:date>2012-05-04T10:23:44Z</dc:date>
    <item>
      <title>Suppress newwindow action in Stored Process Web Application</title>
      <link>https://communities.sas.com/t5/Developers/Suppress-newwindow-action-in-Stored-Process-Web-Application/m-p/102283#M3717</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;When I launch the Stored Process Web Application (SPWA) and navigate the folder structure, the stored processes (STP) all have the "newwindow" action.&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;A class="jive-link-external-small" href="http://myserver.com:8080/SASStoredProcess/do?_action=form,properties,execute,nobanner"&gt;http://myserver.com:8080/SASStoredProcess/do?_action=form,properties,execute,nobanner&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;newwindow&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;amp;_program=%2FUsers%2Fsbass%2FMy+Folder%2FStored+Processes%2FExample+-+Batch+Program+Submission&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;1)&amp;nbsp; I'd prefer this particular STP not launch a new window, but instead send its results to the right hand frame of the SPWA.&amp;nbsp; In this regard, it is like the behaviour when no prompts are defined.&amp;nbsp; How do I make this happen?&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;2)&amp;nbsp; Furthermore, I'd prefer it display a javascript alert dialog "Your batch job has been submitted", and then redirect back to the originating STP (if a redirect is required).&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;I've got this code:&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote" modifiedtitle="true"&gt;
&lt;P&gt;&amp;lt;html&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;head&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;/P&gt;
&lt;P&gt;alert("Your batch has been submitted. You will receive an email when your job has finished.");&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;window.location.href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;referring STP URL&amp;gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/head&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;body&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/body&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;It works fine in the browser, but I don't know how to get the referring URL in the STP.&amp;nbsp; Do I need to edit Params.config to create _HTREFER?&amp;nbsp; Or is there a better way to just display an alert without leaving the STP prompts window?&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;Thanks,&lt;/P&gt;&lt;P class="p1"&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 11:47:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Suppress-newwindow-action-in-Stored-Process-Web-Application/m-p/102283#M3717</guid>
      <dc:creator>ScottBass</dc:creator>
      <dc:date>2012-05-03T11:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress newwindow action in Stored Process Web Application</title>
      <link>https://communities.sas.com/t5/Developers/Suppress-newwindow-action-in-Stored-Process-Web-Application/m-p/102284#M3718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To answer the second question, you could use the &lt;EM&gt;history&lt;/EM&gt; object.&lt;/P&gt;&lt;P&gt;Instead of setting the &lt;EM&gt;window.location.href property&lt;/EM&gt;, call this method:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;history.go(-1); &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 13:48:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Suppress-newwindow-action-in-Stored-Process-Web-Application/m-p/102284#M3718</guid>
      <dc:creator>DavidHenderson</dc:creator>
      <dc:date>2012-05-03T13:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress newwindow action in Stored Process Web Application</title>
      <link>https://communities.sas.com/t5/Developers/Suppress-newwindow-action-in-Stored-Process-Web-Application/m-p/102285#M3719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And the answer to your first question:&lt;/P&gt;&lt;P&gt;You can send the results to a specific browser frame by setting the _target macro in the SAS code:&lt;/P&gt;&lt;P&gt;&amp;amp;&lt;EM&gt;_target=name &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Stored Process web app, the right frame is named "_&lt;EM&gt;stpOutput&lt;/EM&gt;".&amp;nbsp; To replace the prompts with the stored process output, set the &lt;EM&gt;_target&lt;/EM&gt; macro like this:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;amp;_target=_stpOutput&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 14:07:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Suppress-newwindow-action-in-Stored-Process-Web-Application/m-p/102285#M3719</guid>
      <dc:creator>DavidHenderson</dc:creator>
      <dc:date>2012-05-03T14:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress newwindow action in Stored Process Web Application</title>
      <link>https://communities.sas.com/t5/Developers/Suppress-newwindow-action-in-Stored-Process-Web-Application/m-p/102286#M3720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, a few more questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Does &amp;amp;_target=_stpOutput need to be a hidden prompt, or can I set it in the STP code, i.e. %let _target=_stpOutput early in the SAS code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Is there a way to change the *generated* URL by the SPWA, on a per STP basis, to suppress &amp;amp;_action=whatever,&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;newwindow&lt;/STRONG&gt;&lt;/SPAN&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) So, combining all the above, would I:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* Create a hidden prompt &amp;amp;_target=_stpOutput?&amp;nbsp; (depending on the answer to #1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* And then write this to _webout via data _null_?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;lt;html&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;lt;head&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;alert("Your batch job has been submitted. You will receive an email when your job has finished.");&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;history.go(-1)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;lt;/head&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;lt;body&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;lt;/body&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 22:18:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Suppress-newwindow-action-in-Stored-Process-Web-Application/m-p/102286#M3720</guid>
      <dc:creator>ScottBass</dc:creator>
      <dc:date>2012-05-03T22:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress newwindow action in Stored Process Web Application</title>
      <link>https://communities.sas.com/t5/Developers/Suppress-newwindow-action-in-Stored-Process-Web-Application/m-p/102287#M3721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've created a hidden prompt _target=_stpOutput.&amp;nbsp; I'm still getting the newwindow popup, instead of the _webout content going to the right hand frame of the SPWA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 10:23:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Suppress-newwindow-action-in-Stored-Process-Web-Application/m-p/102287#M3721</guid>
      <dc:creator>ScottBass</dc:creator>
      <dc:date>2012-05-04T10:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress newwindow action in Stored Process Web Application</title>
      <link>https://communities.sas.com/t5/Developers/Suppress-newwindow-action-in-Stored-Process-Web-Application/m-p/102288#M3722</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 not sure this will work or not..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;file _webout;&lt;/P&gt;&lt;P&gt;if _n_ = 1 then do;&lt;/P&gt;&lt;P&gt;thissrv = symget('_url');&lt;/P&gt;&lt;P&gt;thispgm = symget('_program');&lt;/P&gt;&lt;P&gt;put '&amp;lt;FORM ACTION="' thissrv +(-1) '" method=get&amp;gt;';&lt;/P&gt;&lt;P&gt;put '&amp;lt;input type="hidden" name="_program" value="' thispgm +(-1) '"&amp;gt;';&lt;/P&gt;&lt;P&gt;put '&amp;lt;input type="hidden" name=reqtype value="print"&amp;gt;';&lt;/P&gt;&lt;P&gt;put&amp;nbsp; '&amp;lt;tr&amp;gt;';&lt;/P&gt;&lt;P&gt;put&amp;nbsp; ' &amp;lt;td align="right"&amp;gt;&amp;lt;input type="submit" value="Submit Request" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type="Reset"&amp;nbsp; value="Reset" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;';&lt;/P&gt;&lt;P&gt;put&amp;nbsp;&amp;nbsp; '&amp;lt;/tr&amp;gt;';&lt;/P&gt;&lt;P&gt;put '&amp;lt;/table&amp;gt;';&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 11:58:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Suppress-newwindow-action-in-Stored-Process-Web-Application/m-p/102288#M3722</guid>
      <dc:creator>shivas</dc:creator>
      <dc:date>2012-05-04T11:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress newwindow action in Stored Process Web Application</title>
      <link>https://communities.sas.com/t5/Developers/Suppress-newwindow-action-in-Stored-Process-Web-Application/m-p/246861#M3723</link>
      <description>&lt;P&gt;Hello folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;has there ever been a solution to this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Grischa&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 11:26:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Suppress-newwindow-action-in-Stored-Process-Web-Application/m-p/246861#M3723</guid>
      <dc:creator>GrischaPfister</dc:creator>
      <dc:date>2016-01-29T11:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress newwindow action in Stored Process Web Application</title>
      <link>https://communities.sas.com/t5/Developers/Suppress-newwindow-action-in-Stored-Process-Web-Application/m-p/246883#M3724</link>
      <description>&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Regarding question 1, if you want all stored processes to be affected, then you can edit the "Welcome.jsp" file located in the .../sas_webapps/sas.storedprocess.war/input/Samples/Welcome/ directory.&amp;nbsp; Look for this block of code:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;form id="IndexForm" action="&amp;lt;%=URI%&amp;gt;" method="post"&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;input type="hidden" name="_action" value="index,form,properties,execute,newwindow" &amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/form&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;form id="SearchForm" action="&amp;lt;%=URI%&amp;gt;" method="post"&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;input type="hidden" name="_action" value="search,form,properties,execute,newwindow" &amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/form&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;form id="ReportForm" action="&amp;lt;%=URI%&amp;gt;" method="post"&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;input type="hidden" name="_action" value="index,form,properties,execute,newwindow" &amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;input type="hidden" name="_type" value="report" &amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/form&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;The first instance of "newwindow" affects users that click on the "List Available Stored Processes and Reports" link on the Welcome page, and the second instance affects the "Search for Stored Processes and Reports" link.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Do not edit the "Welcome.jsp" file if you want to affect only some stored processes.&amp;nbsp; You can bypass the Welcome page by accessing this URL:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;A href="http://yourserver.com:8080/SASStoredProcess/do?_action=index,form,properties,execute" target="_blank"&gt;http://yourserver.com:8080/SASStoredProcess/do?_action=index,form,properties,execute&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Instead of starting here and then clicking "List Available Stored Processes and Reports":&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;A href="http://yourserver.com:8080/SASStoredProcess/do" target="_blank"&gt;http://yourserver.com:8080/SASStoredProcess/do&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Vince DelGobbo&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;SAS R&amp;amp;D&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 13:29:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Suppress-newwindow-action-in-Stored-Process-Web-Application/m-p/246883#M3724</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2016-01-29T13:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress newwindow action in Stored Process Web Application</title>
      <link>https://communities.sas.com/t5/Developers/Suppress-newwindow-action-in-Stored-Process-Web-Application/m-p/246891#M3725</link>
      <description>&lt;P&gt;Vince,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks a lot, this is a really helpfull tipp &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Grischa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 14:04:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Suppress-newwindow-action-in-Stored-Process-Web-Application/m-p/246891#M3725</guid>
      <dc:creator>GrischaPfister</dc:creator>
      <dc:date>2016-01-29T14:04:06Z</dc:date>
    </item>
  </channel>
</rss>

