<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Embedded interface issue - Showing blank page</title><link>https://community.appian.com/discussions/f/integrations/10647/embedded-interface-issue---showing-blank-page</link><description>Hi All 
 
 I need help related to Embedded interface integration in web application running in IIS. 
 I have done the below steps and iam getting a blank page in browser. Please help me as it is urgent for me. 
 1)Created a sample html page with below</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Embedded interface issue - Showing blank page</title><link>https://community.appian.com/thread/68601?ContentTypeID=1</link><pubDate>Wed, 07 Aug 2019 01:20:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a151db1d-1ecd-4eca-9319-75e2d38b9d9e</guid><dc:creator>senthilkumark0001</dc:creator><description>&lt;p&gt;you have mentioned relative URL .. can you explain what is that ?&lt;br /&gt;do you mean -&amp;gt; /&lt;u&gt;&lt;span style="color:#0066cc;"&gt;suite/tempo/ui/sail-client/embeddedBootstrap.nocache.js&amp;nbsp;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;&lt;u&gt;&lt;span style="color:#0066cc;"&gt; to be used in the src tag ?&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Embedded interface issue - Showing blank page</title><link>https://community.appian.com/thread/46565?ContentTypeID=1</link><pubDate>Wed, 05 Jul 2017 23:48:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9d1d60d-cbe2-48c9-a48d-d3a1689ba0ec</guid><dc:creator>jagadeeshg</dc:creator><description>Thanks guys for your replies. I got a solution, I have to use the relative url while testing. It worked now. thanks for ur help though.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Embedded interface issue - Showing blank page</title><link>https://community.appian.com/thread/46539?ContentTypeID=1</link><pubDate>Wed, 05 Jul 2017 08:38:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a8f682b1-5add-4d40-80d0-83d8f67e0352</guid><dc:creator>venkannak</dc:creator><description>Hi Jag, try to change the domain referenced in the initial script element to that of your Appian server and then load the page. Put a valid task ID number into the input box, and then click the button.&lt;br /&gt;
__________________________________&lt;br /&gt;
&amp;lt;!DOCTYPE html&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;&lt;br /&gt;
    &amp;lt;!-- This script loads the Appian Web components; change it to your Appian server&amp;#39;s domain --&amp;gt;&lt;br /&gt;
    &amp;lt;script src=&amp;quot;&lt;a href="https://appian.example.com/suite/tempo/ui/sail-client/embeddedBootstrap.nocache.js&amp;quot;"&gt;appian.example.com/.../embeddedBootstrap.nocache.js&amp;quot;&lt;/a&gt; id=&amp;quot;appianEmbedded&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
    &amp;lt;script&amp;gt;&lt;br /&gt;
      /* This function dynamically inserts an &amp;lt;appian-task&amp;gt; element into the page with the user-specified taskId */&lt;br /&gt;
      function addTask() {&lt;br /&gt;
        var taskId = document.getElementById(&amp;#39;new-task&amp;#39;).value;&lt;br /&gt;
        if (taskId) {&lt;br /&gt;
          var newTask = document.createElement(&amp;#39;appian-task&amp;#39;);&lt;br /&gt;
          newTask.setAttribute(&amp;quot;taskId&amp;quot;, taskId);&lt;br /&gt;
          newTask.addEventListener(&amp;quot;submit&amp;quot;, handleSubmit, false);&lt;br /&gt;
          document.body.insertBefore(newTask, document.getElementById(&amp;#39;insertPoint&amp;#39;));&lt;br /&gt;
        }&lt;br /&gt;
      }&lt;br /&gt;
&lt;br /&gt;
      /* This function is called by the submit event listener */&lt;br /&gt;
      function handleSubmit() {&lt;br /&gt;
        alert(&amp;quot;The task has been submitted!&amp;quot;);&lt;br /&gt;
      }&lt;br /&gt;
    &amp;lt;/script&amp;gt;&lt;br /&gt;
  &amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
    &amp;lt;input id=&amp;quot;new-task&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;button onclick=&amp;quot;return addTask();&amp;quot;&amp;gt;Embed This Task&amp;lt;/button&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;insertPoint&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Embedded interface issue - Showing blank page</title><link>https://community.appian.com/thread/46511?ContentTypeID=1</link><pubDate>Tue, 04 Jul 2017 08:56:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19a04ecd-5451-49a2-a122-7f9233623420</guid><dc:creator>TJ</dc:creator><description>Hi Jag,&lt;br /&gt;
Might be a shot in the dark, but could you double check the CORS config. Have you added the url as well as port number (if any).&lt;br /&gt;
Everything else in your request looks fine.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>