<?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 SIM Method Automatic Redirection To My Site in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Method-Automatic-Redirection-To-My-Site/m-p/35076#M19478</link>
    <description>&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using SIM method. After payment when we came to receipt page we need to click on Link or Button. Then we are going to redirect on our side.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible that after payment when we come on receipt page after 5-10 seconds it will automatically redirect to my website??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because i'm facing on live site some users don't click on button or link &amp;amp; it causes major issue for me.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jul 2013 12:58:16 GMT</pubDate>
    <dc:creator>sandhira_236</dc:creator>
    <dc:date>2013-07-26T12:58:16Z</dc:date>
    <item>
      <title>SIM Method Automatic Redirection To My Site</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Method-Automatic-Redirection-To-My-Site/m-p/35076#M19478</link>
      <description>&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using SIM method. After payment when we came to receipt page we need to click on Link or Button. Then we are going to redirect on our side.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible that after payment when we come on receipt page after 5-10 seconds it will automatically redirect to my website??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because i'm facing on live site some users don't click on button or link &amp;amp; it causes major issue for me.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2013 12:58:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Method-Automatic-Redirection-To-My-Site/m-p/35076#M19478</guid>
      <dc:creator>sandhira_236</dc:creator>
      <dc:date>2013-07-26T12:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: SIM Method Automatic Redirection To My Site</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Method-Automatic-Redirection-To-My-Site/m-p/35079#M19481</link>
      <description>&lt;P&gt;Javascript&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2013 19:54:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Method-Automatic-Redirection-To-My-Site/m-p/35079#M19481</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-07-26T19:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: SIM Method Automatic Redirection To My Site</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Method-Automatic-Redirection-To-My-Site/m-p/35090#M19492</link>
      <description>&lt;P&gt;The only reason I can think of why not clicking through to your site would be a major problem is if you have some database updates or automatic emails or whatever that trigger on the page they end up at. Those should really be done on the relay response page. If you still really want them to redirect, for whatever reason, you can use a meta redirect in your header:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;meta http-equiv="refresh" content="0; url=&lt;A href="https://community.developer.cybersource.com/" target="_blank"&gt;http://www.mydomain.com"&amp;gt;&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Supposedly, this method of redirecting is discouraged by the W3C, so you can use Javascript as well just to make sure:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;script type="text/javascript"&amp;gt;
window.location.href = '&lt;A href="http://www.mydomain.com';" target="_blank"&gt;http://www.mydomain.com';&lt;/A&gt;
&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;P&gt;Virtually everyone will have one or the other method supported. The remaining miniscule percentage can use the button you already have on the reciept page.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2013 19:32:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Method-Automatic-Redirection-To-My-Site/m-p/35090#M19492</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2013-07-29T19:32:12Z</dc:date>
    </item>
  </channel>
</rss>

