[OT] Getting the current page's file name

2004-03-10 Thread bort
Hi all I want to be able to record in our database, which page is getting hit on our web site. So, when someone comes to the specials.jsp page on our site, I want to be able to pick that value up, and record it in our database. I have the method that records to the database, but I don't know how

RE: [OT] Getting the current page's file name

2004-03-10 Thread Shahak.Nagiel
m: bort [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 3:03 PM To: [EMAIL PROTECTED] Subject: [OT] Getting the current page's file name Hi all I want to be able to record in our database, which page is getting hit on our web site. So, when someone comes to the specials.jsp page on ou

RE: [OT] Getting the current page's file name

2004-03-10 Thread Liu, Anne I
TED] > Sent: Wednesday, March 10, 2004 2:10 PM > To: [EMAIL PROTECTED] > Subject: RE: [OT] Getting the current page's file name > > request.getRequestURI() or request.getRequestURL() will return what > location.href does: the current URI/URL. > > If you're

RE: [OT] Getting the current page's file name

2004-03-18 Thread Benz Lim
sometime to do the installation but it is easy. Hope this helps... Best Regards, Benz Lim -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of bort Sent: Thursday, March 11, 2004 4:03 AM To: [EMAIL PROTECTED] Subject: [OT] Getting the current page's file name Hi all I want