Question : jsp forwarded address

Hi there!
Is there a way to get the address of the page that forwarded to my homepage?
I want to know, where a page-visitor is come from (Example: google.com, yahoo.com, or another site that links to me)

I'm using tomcat 6 as my Application server.

regards!

Answer : jsp forwarded address

oops!!, i guess R should be caps something like

String referer = request.getHeader("Referer");
Random Solutions  
 
programming4us programming4us