I am developing one web application in javaScript/JQuery where i need to run system command on client and server both side. How can it be done?
Regards
I am developing one web application in javaScript/JQuery where i need to run system command on client and server both side. How can it be done?
Regards
You can't, because that would be a big security issue.
If you need this to be done you can either ask your client to run it, or let them download a file that will do it for them. Other options are ActiveX/Java applet and so on...