CodingForums.com
>
:: Server side development
>
Java and JSP
> get URL string from previous page
PDA
View Full Version :
get URL string from previous page
pooter8d
07-12-2007, 06:05 AM
I know that in javascript there is no way to access the url from the history, but is it possible using java or jsp?
ess
07-12-2007, 11:14 AM
Here is how
<%
String referer = request.getHeader("referer");
%>
cheers,
Ess
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.