Yeah, i tried that alredy..
here's the code where the problem is (assume all varibles exist, i have checked they do.)
if ($query->param('loc') eq '2')
{
print $query->redirect("$productDL2")
}else{
print $query->redirect("$productDL1")
}
Also, i dont print anything before this, and i seem to be getting redirected back to the cgi (when i access it, IE pops up a little "the attempt to load 'accessing URL: http://mycgi'slocation' failed" error
2001-03-17 Edit by Corion: Added formatting and <CODE> tags |