What I have done is this - will it work? (All brackets replaced by square brackets)
Page A.html (getting the traffic) -
[SCRIPT LANGUAGE="JavaScript"]
[ !-- Begin
window.location="http://www.domain.com/redirect.php";
// End -->
[/script]
[noscript]
Page B.php
[?php
header ("Location:
http://www.targetdomain.com/
?]
Should I change B.php and add the header code thingies?
[This message has been edited by Hypo (edited 10-16-2001).]