2010-11-11 9 views

Répondre

2

ce serait un type de contrôle actif x ... il peut être fait simplement en javascript ..

<SCRIPT Language="JScript"> 
function runcmd() { 
File="cmd.exe"; 
WSH=new ActiveXObject("WScript.Shell"); 
WSH.run(File); 
} 
</SCRIPT>