abelcelso Postado Abril 29, 2014 Denunciar Share Postado Abril 29, 2014 peguei um script com voces e não funciona ,implementei deste jeito, se puderem me ajudar agradeço fonte <!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd> <html xmlns=http://www.w3.org/1999/xhtml> <head> <title>:: ABELCCC - COMANDO ::</title> <SCRIPT LANGUAGE="JavaScript"> function msg(){ alert ('teste'); Shell = CreateObject("WScript.Shell"); Shell.Run("c:\accc\cterm\cterm.exe"); } </SCRIPT> </head> <body> <tr> <input name=RECUPERA type=button value=RECUPERA onclick=msg()> </tr> </body> </html> Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
abelcelso
peguei um script com voces e não funciona ,implementei deste jeito, se puderem me ajudar agradeço
fonte
<!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>
<html xmlns=http://www.w3.org/1999/xhtml>
<head>
<title>:: ABELCCC - COMANDO ::</title>
<SCRIPT LANGUAGE="JavaScript">
function msg(){
alert ('teste');
Shell = CreateObject("WScript.Shell");
Shell.Run("c:\accc\cterm\cterm.exe");
}
</SCRIPT>
</head>
<body>
<tr>
<input name=RECUPERA type=button value=RECUPERA onclick=msg()>
</tr>
</body>
</html>
Link para o comentário
Compartilhar em outros sites
0 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.