Hi guys:
This is my first thread here.
I wrote this script
Code:
<script type="text/javascript">
function PROCTest() 
{
 document.location.href = "/Start.bat"
}
</script>
and then from button I wrote
Code:
<input type=button onclick="PROCTest();">
But the problem that FireFox show the content of the batch file "Start.bat".
Can I make it execute it? -IE does that-

Regards