Hallo.

I need to know how to use redirect so, that the anchors have effect. Tried
to use apache redirect

use Apache;
use Apache::Constants qw(REDIRECT);

$req_rec->header_out("Location" => "intranet.html?action=show#anchor_name");
$req_rec->status(REDIRECT);

The html has such tag, but redirect shows no effect. Tried with simple
html link and it worked. 

Any ideas how to get to some anchor in the middle of the page?

Greetings,
        Antti



Reply via email to