CDhtmlDialog : With JavaScript calling C++
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello there, I am developing an app with CDHtmlDialog that will have a user interface developed in HTML and JavaScript (JS) and CSS. I am able to make calls from my C++ code to JS. But not sure how i can make calls from JS to C++ code. Can anyone tell me how to do that? Any sample code will help. Thanks in advance.