ynotlim
12-08-2006, 12:44 AM
I want to store the previous web URL in a variable.
ie
String linked_from_url = "url that the person came from";
or
String source_url = request.getHeader("referer");
PLEASE help! how can i do that? I'm using java servlets.
Tony
ie
String linked_from_url = "url that the person came from";
or
String source_url = request.getHeader("referer");
PLEASE help! how can i do that? I'm using java servlets.
Tony