RE: (Off topic) How to know which hyper-link has been clicked?

2001-02-16 Thread Grobe, Gary
May you could use a servlet to catch the URL in the request? -Original Message- From: Vikramjit Singh [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 9:10 PM To: '[EMAIL PROTECTED]' Subject: RE: (Off topic) How to know which hyper-link has been clicked? why dont u use

-RE: (Off topic) How to know which hyper-link has been clicked?

2001-02-16 Thread Paul Yoon
PROTECTED]' Subject: RE: (Off topic) How to know which hyper-link has been clicked? why dont u use QueryString. u can pass parameter in ur link. -Original Message- From: Paul Yoon [SMTP:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 6:32 AM To: [EMAIL PROTECTED] Subject

(Off topic) How to know which hyper-link has been clicked?

2001-02-15 Thread Paul Yoon
Hello, I am sorry to ask off topic but is there any way to know which hyper-link was clicked? There is a page which can generate dynamically hyper-link and linked page should know which one was cliked. I am using jsp and can I use parameter? Any idea will be appreciated. Thank you. Paul Yoon

RE: (Off topic) How to know which hyper-link has been clicked?

2001-02-15 Thread CPC Livelink Admin
which hyper-link has been clicked? Hello, I am sorry to ask off topic but is there any way to know which hyper-link was clicked? There is a page which can generate dynamically hyper-link and linked page should know which one was cliked. I am using jsp and can I use parameter? Any idea

Re: (Off topic) How to know which hyper-link has been clicked?

2001-02-15 Thread nickm
Assing a variable value to a link and then trap for it in your servlet. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: (Off topic) How to know which hyper-link has been clicked?

2001-02-15 Thread Alex Fernández
Hi Paul, I'm not sure if this is what you're asking, but javax.servlet.http.HttpUtils.getRequestURL(request) will give you the URL that originated the request. Cheers, Alex. Paul Yoon wrote: Hello, I am sorry to ask off topic but is there any way to know which hyper-link was clicked?

RE: (Off topic) How to know which hyper-link has been clicked?

2001-02-15 Thread Vikramjit Singh
why dont u use QueryString. u can pass parameter in ur link. -Original Message- From: Paul Yoon [SMTP:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 6:32 AM To: [EMAIL PROTECTED] Subject: (Off topic) How to know which hyper-link has been clicked? Hello, I am