I have a dll file and i need to call a method in the dll and return some value.
Before i have used a VB script and called it from a html file that runs only on IE.
Now i need to call the dll directly from HTML5 without using any VBScript or Javascript.
Which tag can achieve this and that can be run in almost all browsers.
Please help me.
Thanks in advance.