Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
need run exe at client end through java script compatible with all browsers with parameters.

I solved for firefox and IE need for chrome only .
Posted
Updated 27-Dec-12 4:01am
v2
Comments
Sergey Alexandrovich Kryukov 27-Dec-12 22:40pm    
You cannot do it because such thing as "java script" does not exist! Java is not a scripting language, and JavaScript has nothing to do with Java.
—SA

Simply not possible :)

Had this feature been there in javascript, everyone would turn in to a modern day hacker.

Regards
Pawan
 
Share this answer
 
v2
In general you can not - and you should not.
First of all, it is windows-only, and more or less IE-only.
This was a feature mostly in IE (se example here: http://www.rgagnon.com/jsdetails/js-0111.html[^]), but it was disabled by default, because it is a huge security risk.

Consult this article: http://secumania.net/include/files/msie-security-scheme.pdf[^], section Exceptions in the security scheme inside Internet Explorer Program...
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 27-Dec-12 22:42pm    
Absolutely right. My 5.
Well, not absolutely. To be more exact, this is impossible just because there is no such thing as "java script" — please look thoroughly at the question and my comment to it. :-)
Cheers,
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900