Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

web browser url retrieval 2

Status
Not open for further replies.

sparc20

Programmer
Mar 13, 2002
56
GB
I want to retrieve the URL of the web-browser to use within a .jsp page.

Anyone knows how to do that ?
 
Hi,

You can use request.getRequestURL() to get the URL
and request.getRequestURI() to get the URI.

Cheers,
Venu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top