PDA

View Full Version : EASY NEWBIE question


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

tcadieux
12-08-2006, 03:11 AM
If you're using ASP, look up request.serverVariables

rpgfan3233
12-08-2006, 04:12 AM
If you're using ASP, look up request.serverVariables

PLEASE help! how can i do that? I'm using java servlets.

I think that kinda clears a bit up.