Click to See Complete Forum and Search --> : Opening new applications with a parameter


sanju_76
05-28-2003, 09:09 AM
Hello,

is there a way to start an exe(or a VB program) using javascript. The exe should be started as a separate app and not in another browser. I also have to pass the exe a parameter. (window.open opens the app in another browser!!!!)

Thanks,
sanjay.

khalidali63
05-28-2003, 09:19 AM
Not with JavaScript,
You probably want to look for some ActiveXControl solution or you can write a java applet that can be used to open applications