CHtmlView
-
I am using a CHtmlView in an MFC application - viewing an offline HTML page. I can intercept a from submission with OnBeforeNavigate2 but does anyone know how to trap an AJAX call and refresh the relevant page appropriately? Any clue / tip welcome! Thanks in advance!
-
I am using a CHtmlView in an MFC application - viewing an offline HTML page. I can intercept a from submission with OnBeforeNavigate2 but does anyone know how to trap an AJAX call and refresh the relevant page appropriately? Any clue / tip welcome! Thanks in advance!
Maybe follow link will help you : JavaScript call from C++[^] Handling HTML Element Events in MFC applications - A simple alternative approach[^]
-
Maybe follow link will help you : JavaScript call from C++[^] Handling HTML Element Events in MFC applications - A simple alternative approach[^]