Script Categories













Menus and Navigation >>> Hard Drive Browser.

This script provides quick access to your entire hard drive, including A, B, C, D, and E drives (the ones you have, at least).

Add the below code to the <body> section of your page:

<form action="file:///c|/"><input type="submit" value="c:\ drive"></form>
<!-- Visit http://www.yaldex.com/ for full source code
and get more free JavaScript, CSS and DHTML scripts! -->
<form action="file:///a|/"><input type="submit" value="a:\ drive"></form>

<form
action="file:///b|/"><input type="submit" value="b:\ drive"></form>

<form
action="file:///d|/"><input type="submit" value="d:\ drive"></form>

<form
action="file:///e|/"><input type="submit" value="e:\ drive"></form>

JavaScript Editor Get Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.



Code was highlighted by 1st JavaScript Editor (The Best JavaScript Editor!).




©