Call Dll
-
checck this link or your solution DLL[Javascript][^]
sabarimd
thanks for reply, i have gone through url which is gven by you, but where i put my dll. actually i have only a Html page and this page i have taken a Button then i want to call dll on this submit button. dll is developed in .net. i have call the JS function on submit button then how to call Dll on Javascript function and where define the path of dll. by which the dll will call in JS function. Thanks
-
thanks for reply, i have gone through url which is gven by you, but where i put my dll. actually i have only a Html page and this page i have taken a Button then i want to call dll on this submit button. dll is developed in .net. i have call the JS function on submit button then how to call Dll on Javascript function and where define the path of dll. by which the dll will call in JS function. Thanks
First specify ..are u using any code behind html..i s you can call dll server side on click event[ i can help u , if this) other wise solution is to run using javascript Active X controls. Serch Active X + Javascript + dll lot of solutions are there...
sabarimd
-
First specify ..are u using any code behind html..i s you can call dll server side on click event[ i can help u , if this) other wise solution is to run using javascript Active X controls. Serch Active X + Javascript + dll lot of solutions are there...
sabarimd
-
thanks for reply, no, i am not using any code behind server side actullay i want to use only javascript Active X controls.
raushan_9 wrote:
i want to use only javascript Active X controls
Then It will work only on IE. :-O
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
-
raushan_9 wrote:
i want to use only javascript Active X controls
Then It will work only on IE. :-O
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
-
thanks, how to define the path of dll.which is passed in ActiveXObject("abc.dll");. how to define path for dll.?
-
this is an exapmle: sReg = 'HKEY_CURRENT_USER\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Windows\\Device' //put your path here sName = "" sName = oShell.RegRead(sReg) // Execute using command
sabarimd
But only IE can call ActiveX? What about other browsers :sigh:
Abhishek Sur My Latest Articles Working with Excel using MDAC
Basics on LINQ and Lambda Expressions
Create .NET Templates -
But only IE can call ActiveX? What about other browsers :sigh:
Abhishek Sur My Latest Articles Working with Excel using MDAC
Basics on LINQ and Lambda Expressions
Create .NET Templates -
But only IE can call ActiveX? What about other browsers :sigh:
Abhishek Sur My Latest Articles Working with Excel using MDAC
Basics on LINQ and Lambda Expressions
Create .NET TemplatesAbhishek Sur wrote:
But only IE can call ActiveX? What about other browsers
I have asked the same question in my previous post of this thread. But I don't actually what they are looking for. :)
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
-
Abhishek Sur wrote:
But only IE can call ActiveX? What about other browsers
I have asked the same question in my previous post of this thread. But I don't actually what they are looking for. :)
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
as the possibility of virus attack is more by enabling thses actice x controls .so that other than IE (to my Knowledge) is not keeping Actice X But you can make it active for example in Mozilla you type about:config in your browser url space... Try it :-\ :thumbsup:
sabarimd
-
thanks, how to define the path of dll.which is passed in ActiveXObject("abc.dll");. how to define path for dll.?
-
Hello, i have made a dll in .net. and i want to call this dll on submit buttonm of Html Page .How to call DLL in Html page? Thanks & Regards Raushan Kumar
I am little bit afraid of your question :) i have one question for you .... 1. Are u developing a web Application ? 2. if yes do you want to run this dll at the client side ? if yes then i doubt if below answers can help you
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog