I don't know if this is the best section of the forum to post in, but since I am building in C++ and not MS VC++, I figured it was the only viable place.

I wish to have my functions in my C++ application be accessed from JavaScript... is there a way for me to have a HTML file, with java script open in my application, and have the various events (such as a button click) access a function in my C++ code?