q_q
01-29-2008, 11:07 PM
I wanna call localhost c:\windows\explorer.exe program from my html page.
<body>
<script>
function comexe(){
c:\windows\explorer.exe e:\music
}
</script>
<a href="return false;" onclick="comexe()">music</button>
<body>
I wonder how to edit code that can do that for me ?
<body>
<script>
function comexe(){
c:\windows\explorer.exe e:\music
}
</script>
<a href="return false;" onclick="comexe()">music</button>
<body>
I wonder how to edit code that can do that for me ?