Initially i use fscommand in Flash to launch application and it need projector file. I 'd force to abandon this way as i wanna use browser-type. Can anyone help in JavaScript to launch external exe file? Thanks.
fscommand() is specific to flash only... it's not a javascript command - the only way to do this is with WSHscript that microsoft uses, this stands for windows shell script (WSH) so look that up - when u embed WSHscript or vbscript inside a webpage it will be run as an ActiveX control I'm sure and will require user authentication for the control to run, so users will be prompted by that annoying ActiveX dialog explaining to users the dangers of running your script - Once they grant permission you should be able to run your script that opens an .exe.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.