I've got a Perl CGI that sometimes gets call from a POST of a form and sometimes I'll call directly with a link, passing the necessary form value (the link is from a dynamic page) so the a href of the link looks like:
http://server/cgi-bin/myscript.pl?id=value


The page generated by this script is quite long so I'd like to provide anchors within the page. How do I call the cgi like I did above but also provide an anchor? Something like this:
http://server/cgi-bin/myscript.pl#myahchor?id=value
or
http://server/cgi-bin/myscript.pl?id=value#myahchor
but those don't seem to work.


Any ideas?

Thanks,
Mike



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to