Ciao a tutti,
ho il problema che non riesco a lanciare questo eseguibile, dopo che uno ha fatto il submit da una form... non ottengo nessun messaggio d' errore e non so dove sbaglio ...
<%@ Language=VBScript %>
<% Option Explicit
'
If Request.Form("a_pressed")="yes" Then
Dim Wshell
Set Wshell = Server.CreateObject("WScript.Shell")
Wshell.Run("""d:\Program Files\calc.exe""")
Set Wshell = Nothing
End If
'
%>
<html>
..
<body>
<form method="POST" name="FrontPage_Form2" onSubmit="document.FrontPage_Form2.a_pressed.value ='yes';" webbot-onSubmit language="JavaScript">
..............
<input type="hidden" name="a_pressed" value="">
<input type="submit" style="width:66px;" value="Approved" name="Send">
Grazie mille in anticipo !!!

Rispondi quotando
