Code : Tout sélectionner
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Document sans nom</title>
</head>
<body>
<script type="text/javascript">
function toto()
{
var w = new ActiveXObject("WScript.Shell");
w.run ('cmd /c explorer');
}
</script>
<a href="javascript:toto();">titi</a>
</body>
</html>