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


Reply With Quote
