Quote:
quote:Originally posted by r_ganesh76
You can use JavaScript to invoke client side dll's
var objXMLHTTP = new ActiveXObject("Msxml2.XMLHTTP.3.0");
this is opening the Msxml2 dll from javascript
Ganesh
|
The question was how to utilise client-side DLL's from the server, where would this code be running?
--
Joe