Servlets e Url

R

Rogan Dawes

Hi people!

There's some way to get the anchor from url in a servlet? I'm trying to
use HTTPRequestServlet but don't works.

thanks a lot

examplo
http://www.site.com/page.jsp#chapter1

I need to get "chapter1" String

You can't. The anchor is never sent to the server.

It is simply used by the browser to position the view of the rendered
HTML page at the referenced anchor, once the page has been retrieved.
But the anchor itself is never sent to the server.

Use an intercepting proxy such as WebScarab or Paros to see what I mean.

Rogan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top