Results 1 to 2 of 2

Thread: Hyperlink code

  1. #1

    Thread Starter
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018

    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

    Parksie

  2. #2
    Frenzied Member Acidic's Avatar
    Join Date
    Sep 2003
    Location
    UK
    Posts
    1,090
    Would you want this done in ASP too?

    to someone who would know. If I used the onClick event with JavaScript, would both events fire?
    Have I helped you? Please Rate my posts.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width