Visitor drive information:
This script will allow you to show your visitors what files are on their computer via the web.
This code goes into the HEAD section:
This code goes into the BODY section:
You can also use this script to run a program on your visitors PC....Like so:
This will open their DOS prompt (with a warning of coarse!)
<script type="text/javascript">
<!--
function runApp() { window.open("file:///c|/windows/system32/cmd.exe"); }
//-->
</script>
Click here to go back.
|