how to get the URL of previous page

2000-09-25 Thread SANDEEP UPPAL
how do we get URL of previous page regards, Sandeep === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at:

Re: how to get the URL of previous page

2000-09-25 Thread Sachin S. Khanna
Use request.getHeader("REFERER"); Have a nice day. With regards, Sachin S. Khanna. www.emailanorder.com - Original Message - From: SANDEEP UPPAL [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 25, 2000 5:06 PM Subject: how to get the URL of previous page how

Re: how to get the URL of previous page

2000-09-25 Thread Alok Kumar
You can use JavaScript document.history object see the URL of the last visited page. - Original Message - From: SANDEEP UPPAL [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 25, 2000 5:06 PM Subject: how to get the URL of previous page how do we get URL of previous page