http://server/cgi-bin/myscript.pl?id=value#myahchor

is the way anchors are explained in CGI Programming with Perl by Shishir Gundavaram et 
al. 

 

It is not a good idea that you put suffix to your script (myscript.pl). Reciently 
there was a discussion in this form. According to Randal indicating the scripting 
language does not attribute to the security of your page.

 

I hope this helps,

 

Sergei

 

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

 




---------------------------------
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search

Reply via email to