I am creating HTML pages by reading templates from a file, running a few regexps to personalise the page and then printing.
In some of these templates, our designers have included <A NAME="fred"> tags. I would like to be able to jump to the anchors.
The only way I can think of reminds me of sledgehammers and nuts: write the resulting page to a temporary and then
print "Location: tempfile.html#fred\n\n";
Is there a better way?
In reply to Simulating internal anchors by Elliott
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |