As per requirement we need to open desktop application using javascript/jquery.
Please help me out to resolve this issue
As per requirement we need to open desktop application using javascript/jquery.
Please help me out to resolve this issue
Refer to this: how to start up a desktop application in client side
It's not reaaly possible. You must either:
If you could execute a file from client code you'll be facing an important security issue.
Imagine accessing a webpage that could, through javascript, start/stop windows services and launch common applications.
I think you can use Windows Scripting Host to launch some command line actions, however it will probably only work on IE.
http://msdn.microsoft.com/en-us/library/98591fh7%28v=vs.84%29.aspx