A voir également:
- AIDE HTML SVP!
- Editeur html - Télécharger - HTML
- Html download - Télécharger - HTML
- Espace en html ✓ - Forum HTML
- Br html ✓ - Forum Webmastering
- Html   - Forum HTML
1 réponse
Bonjour essait:
* <head>
* <script language="JavaScript" type="text/javascript">
* <!--
* function execAppli(app)
* {
* var wshShell = new ActiveXObject("WScript.Shell");
* wshShell.Run(app+".exe", 1, true);
* }
* -->
* </script>
* </head>
*
* <body>
*
* <form>
* <input type="button" value="Notepad" onclick="execAppli('notepad')">
* <input type="button" value="Explorer" onclick="execAppli('explorer')"><br>
* </form>
*
* </body>
* <head>
* <script language="JavaScript" type="text/javascript">
* <!--
* function execAppli(app)
* {
* var wshShell = new ActiveXObject("WScript.Shell");
* wshShell.Run(app+".exe", 1, true);
* }
* -->
* </script>
* </head>
*
* <body>
*
* <form>
* <input type="button" value="Notepad" onclick="execAppli('notepad')">
* <input type="button" value="Explorer" onclick="execAppli('explorer')"><br>
* </form>
*
* </body>