|
-
Feb 27th, 2004, 09:42 AM
#1
Thread Starter
Fanatic Member
Hyperlink code
I have a hyperlink which calls itself carrying a parameter :
<a href="admin_page.asp?delfolder=<%=rsFolders.Fields.Item("DIR_NAME").Value%>">del</a>
The asp script holds the name of a folder which is to be deleted.
What I want to do is when the user clicks on the hyperlink, promt them "Do you want to do this ?". If they dont then I wont reload the page else I will.
How do I go about this ?
Is it possible ?
Thanks in Advance
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
|