knowing which hyperlink was clicked

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Is there a way to know if a specific hyperlink is clicked?

I have two hyperlinks in the same form, Add Mode and Update Mode, that both
Navigate URL properties go to the same site but I would like to disable some
controls if the Update mode is clicked vs Add Mode being clicked.

Regards
Brian
 
bbdobuddy said:
Hi,

Is there a way to know if a specific hyperlink is clicked?

I have two hyperlinks in the same form, Add Mode and Update Mode, that both
Navigate URL properties go to the same site but I would like to disable some
controls if the Update mode is clicked vs Add Mode being clicked.

Regards
Brian

1)pass an extra value in the URL to indicate the source.
2)are these asp: controls or simple href tags?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top