Hi everyone!
I need help for my web application
I need make a button for launch a (window) application, autoroot, use javascript .
I have the folling code
[CODE=javascript]function launch(name, date)
{
var myLauncher = new ActiveXObject(' HyperLinkLaunch er.Launcher');
myLauncher.Run( 'C:\\Windows\\n otepad.exe', date);
}
[/CODE]
[HTML]</SCRIPT>
<a href = "Run()">lau nch it!</a>
[/HTML]
but when i use apache for see my application, that code don't worked :(
If can someone help me please ???
I need help for my web application
I need make a button for launch a (window) application, autoroot, use javascript .
I have the folling code
[CODE=javascript]function launch(name, date)
{
var myLauncher = new ActiveXObject(' HyperLinkLaunch er.Launcher');
myLauncher.Run( 'C:\\Windows\\n otepad.exe', date);
}
[/CODE]
[HTML]</SCRIPT>
<a href = "Run()">lau nch it!</a>
[/HTML]
but when i use apache for see my application, that code don't worked :(
If can someone help me please ???
Comment