R ON

R ON

  • NA
  • 8
  • 6.9k

Finding previous controls

Aug 16 2011 7:35 AM
I have a line which finds the name of the last control / button to be pressed:

this.ActiveControl.Name
and this string is used to go to a bookmark on a website. Eg. documentation.htm#ControlName

But what if the last button pressed isn't a bookmark in the html file? Can I find the button that was pressed before that, and before that? 


Answers (1)