Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Call DLL (reside at client side) methods from Javacript/JQuery from web application?

251 views
Skip to first unread message

Shri Saurabh

unread,
May 9, 2012, 4:47:54 AM5/9/12
to
Hi ,
I hav DLL file reside at client side n I hav web application
running on server...I want to call DLL methods into my web application
by JavaScript/Jquery etc.. How is it possible....plz guide me ASAP...


Thanks

shaje...@gmail.com

unread,
Apr 22, 2014, 12:33:47 AM4/22/14
to
.....











David Rajchenbach-Teller

unread,
Apr 28, 2014, 6:38:32 AM4/28/14
to shaje...@gmail.com, dev-ext...@lists.mozilla.org
Hi,
Just to be sure I understand: you want to write an extension that gives
a specific website access to your operating system?

Cheers,
David
> _______________________________________________
> dev-extensions mailing list
> dev-ext...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-extensions
>


--
David Rajchenbach-Teller, PhD
Performance Team, Mozilla

signature.asc

April Morone

unread,
May 1, 2014, 8:23:36 AM5/1/14
to shaje...@gmail.com, dev-ext...@lists.mozilla.org

April Morone

unread,
May 2, 2014, 5:02:18 PM5/2/14
to shajeer pk, dev-ext...@lists.mozilla.org
Shajeer,
Let me ask you how you set up your Development Environment. How have you
set up your dev environment? Was it set up according to how Mozilla states
on their web page at
https://developer.mozilla.org/en-US/docs/Building_an_Extension for us to
set up our dev environment? In your dev environment set up, have you
created a folder for your extension somewhere on your hard disk (e.g.
C:\extensions\my_extension\ or ~/extensions/my_extension/), than added another
folder called chrome, and then inside THAT folder (the chrome folder) have
you yet created a folder called content? If not, it could be a good idea
to do so, now. And, it could be good to then go Inside of the *root* directory
of your extension folder, and create two new empty text files called
chrome.manifest and install.rdf. Then, in the *chrome/content *directory,
create a new empty text file called sample.xul. You can read more about
setting up your dev environment, here:
https://developer.mozilla.org/en-US/Add-ons/Setting_up_extension_development_environment.
Do you keep getting a {"d":"True"} as the return string of CallMe() method
of WebService when you try using this code you've shown me? Or is something
else happening from that exact code? I think that maybe if async: were set
to true, that it could work, possibly. What do you think about this idea?
Also, could you consider doing this as a plugin? (Some browsers might not
allow what you are trying to do due to security reasons. It could be
better to implement this via/through a plugin you could create.
April Morone
> _______________________________________________
> dev-extensions mailing list
> dev-ext...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-extensions
>



--
http://aprilmorone.blogspot.com/

April Morone

unread,
May 4, 2014, 12:53:53 PM5/4/14
to shaje...@gmail.com, dev-ext...@lists.mozilla.org
Please, can you let me know if my suggestions worked?
On Apr 22, 2014 12:35 AM, <shaje...@gmail.com> wrote:

0 new messages