how to do a frame redirect?

Jenna Hagen

Banned
May 30, 2009
47
0
0
is there a script i can use?

tried googling it, found a bunch of script but it doesnt work - either the page becomes blank or i get some weird error messages...
 


Prosper202 Self Hosted Apps

IFraming an Offer with Tracking202 on the first Page

Here is the correct code to use for iframing an offer with Tracking202. The Prosper202 self-hosted version will be slightly different, but its the exact same idea. Place the Javascript at the end, and have the iframe src set to the landing page outbound link, not the php redirect code.
<html>
<head>
<title>Title Goes Here</title>
</head>
<body style="margin: 0px; padding: 0px;" scroll="no">
<iframe src="http://redirect.tracking202.com/lp/XXXXXX" style="border: 0px; width: 100%; height:100%;"></iframe>
<script src="http://static.tracking202.com/lp/XXXXXX/landing.js" type="text/javascript"></script>
</body>
</html>
 
nothing to do with plugins, it's just code and it works, if you use 202 or not.
 
remove the <script> and put the page you want to iframe in the src of the iframe... ie your aff link. wallah, no 202
 
is there one that works without t202?


Code:
<html>
<head>
<title>Title Goes Here</title>
</head>
<body style="margin: 0px; padding: 0px;" scroll="no">
<iframe   src="OFFERLINKHERE" style="border: 0px;   width: 100%; height:100%;"></iframe>
</html>