Hi everyone. So Im hoping someone here can help me with what Im assuming is probabaly an easily solved problem
Basically I am looking to track optins with prosper.
I am sending traffic to a squeeze page and when a person opts in they are instantly redirected to an offer, is there any type of redirect or something I can use after the optin that will track the optin as a conversion and instantly redirect the traffic to the offer page?
Thanks in advance all. 

You can easily put the prosper img pixel on the page they are sent after the optin and do a JS redirect after that.
Nice one, is there a script kicking about in the forum for this?
Just make an HTML page, put the pixel in as normal, then add
<script>window.location.replace("http://URL_TO_REDIRECT_TO");</script>
Cheers for that Caurmen, I have just one issue the conversion is not registering, the conversion registers if I remove the redirect, so Im wondering if its redirecting too fast, before the conversion pixel loads???
^^ Yep , also if you want you can do a redirect after 2-3 seconds.
Thats got it. Cheers guys 
@montrealim - nice one!