In ASP, I would like to know if I can pass an event to one particular filename link in a directory listing. I am listing the directories in a loop. The code segment is




<A HREF="">




It will list the directories


ANAND


WINDOWS

:

:


I want an event to be able to get the directory name "ANAND" when I click the name directory ANAND, the name "WINDOWS" when I click windows etc. Hope you have understood my question.


Thank you in advance.