Comment lancer un .exe a partir du javascript
Résolu
Techho01
-
vlmath Messages postés 833 Statut Contributeur -
vlmath Messages postés 833 Statut Contributeur -
Bonjour tous le monde
j'aimerai savoir s'il est possible lancer un .exe a partir du javascript comme par exp:
<script>
function call_function()
{
//Lancer le .exe
}
</script>
<body onload=call_function()>
Merci pour avoir lu ce problème
</body>
j'aimerai savoir s'il est possible lancer un .exe a partir du javascript comme par exp:
<script>
function call_function()
{
//Lancer le .exe
}
</script>
<body onload=call_function()>
Merci pour avoir lu ce problème
</body>