|
-
March 29th, 1999, 11:56 PM
#1
Passing events to a directory listing
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.
-
March 30th, 1999, 12:06 AM
#2
Re: Passing events to a directory listing
Hi,
I am not able to see your code segment.
Are you using CFileDialog class? If so, you can use the overridable functions OnFolderChange and OnFileNameChange.
Good Luck.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|