programatically click a button on a HTML?
-
hi how can i programatically click on a button in a HTML page?! i am working on MFC Doc/View architecture support project with
CHtmlView
base of my CProjView class. is that possible ? thanx a lot -
hi how can i programatically click on a button in a HTML page?! i am working on MFC Doc/View architecture support project with
CHtmlView
base of my CProjView class. is that possible ? thanx a lotEhsan-de-Burge wrote: how can i programatically click on a button in a HTML page?! Look at the Click method of the button object.
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
-
Ehsan-de-Burge wrote: how can i programatically click on a button in a HTML page?! Look at the Click method of the button object.
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
no no i said in C++, the way your link expalins is in VBScript! :(
-
hi how can i programatically click on a button in a HTML page?! i am working on MFC Doc/View architecture support project with
CHtmlView
base of my CProjView class. is that possible ? thanx a lotCapture the BeforeNavigate2 event and if the url is the same as the button url, do your thing.
"We have done so much in the last 2 years, and it doesn't happen by standing around with your finger in your ear, hoping everyone thinks that that's nice." - Donald Rumsfeld
Jason Henderson
blog