in reply to Control link clicks

currently: your website another website \ /\ \ / \ html / \ / request \ / \/ / link clicker redirect: your website \ /\ ------------> another website \ \ request html \ \ \ \ \ \ request \/ \ link clicker javascript(can be turned off): your website another website ^ \ /\ ` \ / ` \html / request js ` \ / ` \ / ` \/ / link clicker

Replies are listed 'Best First'.
Re^2: Control link clicks
by vit (Friar) on Feb 11, 2010 at 19:26 UTC
    Do you mean I need to use CGI redirect method like here?
    use CGI; my $query=new CGI; print $query->redirect('http://www.foo.com');