• Problems

    This line enable URL Rewriting . It must be enabled via the RewriteEngine directive! and if your .htaccess file is going to use rewrite rules, you should always include this line. Otherwise, you can’t be sure if its enabled or not. The string “on” is case insensitive.

This script provides quick access to your entire hard drive, including A, B, C, D, and E drives (the ones you have, at least). Short code too!
ONE STEPS TO INSTALL HARDDRIVE BROWSER:

  1.  Add the code in the BODY of your HTML document 

STEP ONE: Add the code in the BODY of your HTML document


<center>
<form action="file:///c|/"><input type="submit" value="c:\ drive"></form>
<p>
<form action="file:///a|/"><input type="submit" value="a:\ drive"></form>
<p>
<form action="file:///b|/"><input type="submit" value="b:\ drive"></form>
<p>
<form action="file:///d|/"><input type="submit" value="d:\ drive"></form>
<p>
<form action="file:///e|/"><input type="submit" value="e:\ drive"></form>
<center>

No comments:

Post a Comment