Ciao a Tutti:

ho la seguente pagina j_page.asp

<html>
<head>
<Script Language="JavaScript" type="text/javascript">
function runex() {
var shell = new ActiveXObject("WScript.Shell");
shell.run("c:/windows/system32/calc.exe",1,false);
}
</script>
</head>

<body>
<form method="POST" name="FrontPage_Form2">
...
<button onclick="runex()" style="width:66px;">Exe</button>
....
<input type="submit" value="send" name="Send"></p></td>
</form>
</body>
</html>


Quando schiaccio il bottone Exe non succede nulla ...
ho provato in vari modi ma non riesco a lanciare la calcolatrice ....


Grazie mille in anticipo per l 'aiuto e l' attenzione !!!