<?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: stored process in a DIV in Developers</title>
    <link>https://communities.sas.com/t5/Developers/stored-process-in-a-DIV/m-p/189808#M4415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My guess is that jQuery, or whatever package you're using, contains some code that's not supported by your version of Internet Explorer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vince DelGobbo&lt;/P&gt;&lt;P&gt;SAS R&amp;amp;D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jan 2014 12:54:25 GMT</pubDate>
    <dc:creator>Vince_SAS</dc:creator>
    <dc:date>2014-01-08T12:54:25Z</dc:date>
    <item>
      <title>stored process in a DIV</title>
      <link>https://communities.sas.com/t5/Developers/stored-process-in-a-DIV/m-p/189807#M4414</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 working on a simple web application for my customers to let them run some stored processes. The layout is very simple, I have a left DIV which is a menu to select the stored process and a right DIV to display the form and the output of the stored process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to create some custom input forms in HTML and use ajax and serialize() to read the data and generate the output in the corresponding DIV. it works great but I need to develop the HTML code for the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am trying to do something similar but instead of developing HTML code for the input, I want to use the prompt features from EG. I added the prompt and I am able to run the stored process when I enter the URL in IE:&lt;/P&gt;&lt;P&gt;&lt;A href="http://myserver.com:8080/SASStoredProcess/do?_action=form,properties,execute,nobanner,newwindow&amp;amp;_program=%2FUser+Folders%2From%2FMy+Folder%2Fsecgdna" title="http://myserver.com:8080/SASStoredProcess/do?_action=form,properties,execute,nobanner,newwindow&amp;amp;_program=%2FUser+Folders%2From%2FMy+Folder%2Fsecgdna"&gt;http://myserver.com:8080/SASStoredProcess/do?_action=form,properties,execute,nobanner,newwindow&amp;amp;_program=%2FUser+Folders%2From%2FMy+Folder%2Fsecgdna&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I try to use my web page (with the menu in left DIV and output/input in right DIV), I get an error in IE. What is driving me crazy is that it is working fine in firefox or chrome ( I have to use IE for this project).&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13891372481269665" jivemacro_uid="_13891372481269665"&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;script&amp;gt;&lt;/P&gt;
&lt;P&gt;$(document).ready(function() {&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $("#container").load("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://myserver:8080/SASStoredProcess/do?_action=form,properties,execute,nobanner,newwindow&amp;amp;_program=%2FUser+Folders%2From%2FMy+Folder%2Fsecgdna"&gt;http://myserver:8080/SASStoredProcess/do?_action=form,properties,execute,nobanner,newwindow&amp;amp;_program=%2FUser+Folders%2From%2FMy+Folder%2Fsecgdna&lt;/A&gt;&lt;SPAN&gt;");&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;});&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;body&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;div id="menu" &amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;b &amp;gt;item1&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;div id="container" style="margin-left: 230px; width: 100%; height:100%; "&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/div&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&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The page load without any issusde and I see the prompt created in EG. But when I click on RUN,&amp;nbsp; I get the following error :&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Line: 526546630&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Error: Object doesn't support this property or method&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 23:26:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/stored-process-in-a-DIV/m-p/189807#M4414</guid>
      <dc:creator>mrom34</dc:creator>
      <dc:date>2014-01-07T23:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: stored process in a DIV</title>
      <link>https://communities.sas.com/t5/Developers/stored-process-in-a-DIV/m-p/189808#M4415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My guess is that jQuery, or whatever package you're using, contains some code that's not supported by your version of Internet Explorer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vince DelGobbo&lt;/P&gt;&lt;P&gt;SAS R&amp;amp;D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 12:54:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/stored-process-in-a-DIV/m-p/189808#M4415</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2014-01-08T12:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: stored process in a DIV</title>
      <link>https://communities.sas.com/t5/Developers/stored-process-in-a-DIV/m-p/234910#M4416</link>
      <description>&lt;P&gt;Does anyone have a working script for executing a SAS Stored Process using jquery and displaying the results in a DIV.&lt;/P&gt;&lt;P&gt;I have a working example but the output is currently displayed in a new window.&lt;/P&gt;&lt;P&gt;I'm a beginner in using&amp;nbsp;jquery so any help will be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I came across the below solution but it&amp;nbsp;did not work for me. Not sure if I missed to include&amp;nbsp;something else ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;$(document).ready(function() {&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $("#container").load("&lt;/SPAN&gt;&lt;A href="http://myserver:8080/SASStoredProcess/do?_action=form,properties,execute,nobanner,newwindow&amp;amp;_program=%2FUser+Folders%2From%2FMy+Folder%2Fsecgdna" target="_blank" rel="nofollow"&gt;http://myserver:8080/SASStoredProcess/do?_action=form,properties,execute,nobanner,newwindow&amp;amp;_program...&lt;/A&gt;&lt;SPAN&gt;");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;});&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;div id="container" style="margin-left: 230px; width: 100%; height:100%; "&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2015 18:42:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/stored-process-in-a-DIV/m-p/234910#M4416</guid>
      <dc:creator>Boni254</dc:creator>
      <dc:date>2015-11-16T18:42:03Z</dc:date>
    </item>
  </channel>
</rss>

