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
- Re: Redirect with anchors. Antti Linno
- Re: Redirect with anchors. Elizabeth Mattijsen
- Re: Redirect with anchors. Gerd Kortemeyer
- Re: Redirect with anchors. Andrew Ho
