Tips for exiting IFRAME successes page to a redirect full page IFRAMe site
case:
Success Page of The business opens in an IFRAME window within the site and it does not look good.
solution:
option 1: Design the success page of the business that will look good in iPhones / Mobile.
option 2: Take the customer from the success page within the IFRAME to a completely new page in redirect.
This option requires a programmer on the business side who will define javascript code on the business success page.
see example:
" The quotes may be overturned
<script type="text/javascript">
parent.location.href = "http://www.yoursite.co.il/page.aspx"
</script>
Please note that the address http://www.yoursite.co.il/page.aspx is the address of the real success page.
In case you also want to pass on the parameters obtained in the "Success Page":
parent.location.herf = "http://www.yoursite.co.il/page.aspx?" +document.location.search
Note: Our system cannot execute parent.location.href because it blocks cross-site scripting in browsers.
The differences between window.top and window.parent
הערות
0 הערות
היכנס למערכת כדי להגיב.