Redirect Question



<?php
header("Location: http://www.yourofferurl.com")
?>
or in asp
<%
Response.Redirect "http://www.yourofferurl.com"
%>