How to know which Hyper Link is clicked?
Hi
How to know which Hyper Link is clicked among multiple Hyper Links.
I am creating a Web Page in which I have multiple hyper links and each of them calls a method "Display()" when it gains Focus. In which, I have to get the Anchor Id of the clicked link.
How to know which hyper link is clicked?
[323 byte] By [
Vencya] at [2007-11-27 3:58:06]

I am creating a JSP. In which, all Hyper-links goes to another JSP. I have to get the Anchor Text so that I can retrieve values from the database.
In order to get that Anchor Text, I want Anchor object ID.
document.form.cname.value = anc_id.innerText;
Using this I can get the Anchor Text.. So I want Id of the Link being clicked.
If u have any Idea other than this.. U can suggest...
Thank You