How to call another application path from javascript
Hi,
I want to call ipad application from javascript. I give the Window.Location = strpath(for eg: E:/cap/). This path have objective C header file and i am using Asp.Net application. I know that when call another application from client side, we need to create ActiveX objects. But i dont know how to create for this scenario. Is it possible to call the native code of another application from javascript. Please help me. I am wasting one day for this one.But still i didnt get any solution.
Hope waiting for your's reply.
Thanks
Guvera
Re: How to call another application path from javascript
Hello,
Wow, I didn't know that you could do this, but a quick google turned up this:
http://matt.might.net/articles/how-t...in-javascript/
Is this what you are after?
Gary