<?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: Open window without addressbar using href in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-window-without-addressbar-using-href/m-p/8935690#M1692754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rudra ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with iframe it works properly in SOST but it is not appearing in mail .&lt;/P&gt;&lt;P&gt;The problem is the HTML content changes in mail as compared to that in SOST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In sost the html content is as follows:&lt;/P&gt;&lt;P&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;iframe src = "&lt;A href="http://www.w3schools.com"&gt;http://www.w3schools.com&lt;/A&gt;" width="100" height="100"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/iframe&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while in mail(GMAIL) the iframe is not rendered it is just as below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similarly the javascript also disappears in the mail.&lt;/P&gt;&lt;P&gt;Is it possible some other way ?&lt;/P&gt;&lt;P&gt;I dont think we can control the way HTML page is being rendered in the mail. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2012 09:56:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-09-18T09:56:56Z</dc:date>
    <item>
      <title>Open window without addressbar using href</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-window-without-addressbar-using-href/m-p/8935688#M1692752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Requirement&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Send a mail to employee with one link.&lt;BR /&gt;On clicking those link new window opens the url without address bar.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Problem&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written following code to open link in a window without address bar, status bar,etc.&lt;BR /&gt;in body of email in html &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;a href="#" onclick=window.open(''&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.google.com'',null"&gt;http://www.google.com'',null&lt;/A&gt;&lt;SPAN&gt;,"toolbar=no,menubar=no,location=no,titlebar=no,width=300,height=300")&amp;gt;Google&amp;lt;/a&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried all possible options with javascript,also javascripts and pop ups were enable. &lt;BR /&gt;It works fine in SOST but it doesnot working emails I get in browsers of mobile and desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want user to see the address bar.&lt;/P&gt;&lt;P&gt;please suggest me some solution for it or any other approach.&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 05:48:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-window-without-addressbar-using-href/m-p/8935688#M1692752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-18T05:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Open window without addressbar using href</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-window-without-addressbar-using-href/m-p/8935689#M1692753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Purvang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why dont you try Iframe tag instead of &amp;lt;a&amp;gt; tag?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;iframe src = "&lt;A href="http://www.w3schools.com"&gt;http://www.w3schools.com&lt;/A&gt;" width="1400" height="650"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/iframe&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 09:00:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-window-without-addressbar-using-href/m-p/8935689#M1692753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-18T09:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Open window without addressbar using href</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-window-without-addressbar-using-href/m-p/8935690#M1692754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rudra ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with iframe it works properly in SOST but it is not appearing in mail .&lt;/P&gt;&lt;P&gt;The problem is the HTML content changes in mail as compared to that in SOST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In sost the html content is as follows:&lt;/P&gt;&lt;P&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;iframe src = "&lt;A href="http://www.w3schools.com"&gt;http://www.w3schools.com&lt;/A&gt;" width="100" height="100"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/iframe&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while in mail(GMAIL) the iframe is not rendered it is just as below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similarly the javascript also disappears in the mail.&lt;/P&gt;&lt;P&gt;Is it possible some other way ?&lt;/P&gt;&lt;P&gt;I dont think we can control the way HTML page is being rendered in the mail. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 09:56:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-window-without-addressbar-using-href/m-p/8935690#M1692754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-18T09:56:56Z</dc:date>
    </item>
  </channel>
</rss>

