admiral_grinder has asked for the wisdom of the Perl Monks concerning the following question:
I am wondering if there is a undocumented method in CGI that would allow me to find out what the # anchor is in the URL that was just called.
Our application allows a document displayed in HTML to have several sections in it. Sometimes the menus will jump to a section in a document by using the # anchor. What I need to do is store this # anchor in our history and bookmark components so that users can jump right back to the section instead of loading the document and looking for the section.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Getting # anchor from URL
by jhourcle (Prior) on Aug 29, 2005 at 15:31 UTC | |
by admiral_grinder (Pilgrim) on Aug 29, 2005 at 16:04 UTC |