|
solutions - v3
redirect summary:
URL: come.to
URL Format:
come.to/you, bounce.to/you, listen.to/you and others
solution:
Just setup your redirect to have
a frame and then break out of it.
<SCRIPT LANGUAGE="Javascript">
<!---
if (parent.frames.length)
top.location.href= document.location;
// --->
</SCRIPT>
|