I have a dll written in c++. now i need to call the functions in the dll from a html page.
I have done this by calling the dll in vbscript (Activex) so that i can r
Thanks for answers friends.
I got another solution. I wrote signed applets to call dll that runs from a html or any web application. It almost run on all browsers.
Here is the link for sample
http://www.javaworld.com/javaworld/jw-10-1998/jw-10-apptowin32.html