An anchor in URL 2
Hello all! I'm sorry but yersterday I asked you inexact question about how to get an anchor from the URL. The exact question is - how can I retrieve full URL (with an anchor) from request variable (or somewhere else). URL and QUERY_STRING variables don't hold it :( Please advise, Alexander Klimovich
Klimovich Alexander wrote:
Hello all!
I'm sorry but yersterday I asked you inexact question about how to get an anchor from the URL. The exact question is - how can I retrieve full URL (with an anchor) from request variable (or somewhere else). URL and QUERY_STRING variables don't hold it :(
Maybe the browser doesn't pass it back to the server? cheers, Chris
Hi Alexander, --On Donnerstag, 16. Januar 2003 10:34 +0200 Klimovich Alexander <klima@belsoft.by> wrote:
Hello all!
I'm sorry but yersterday I asked you inexact question about how to get an anchor from the URL. The exact question is - how can I retrieve full URL (with an anchor) from request variable (or somewhere else). URL and QUERY_STRING variables don't hold it :(
Simply, you dont. This information is not available to the server because the browser strips it out and handles it by itself. Regards Tino
participants (3)
-
Chris Withers -
Klimovich Alexander -
Tino Wildenhain