fmwebschool.com
Top Experts [learn more]Top 4-10
webko

9743 K
bandmandq

2458 K
Genx

1525 K
4. tcmeyers
5. kbata
6. Martie
7. Hammerton
8. rrenfrow
9. bneeman
10. plegler
Welcome, Guest. Please login or register.
May 24, 2013, 07:30:48 AM

Login with username, password and session length
Search:     Advanced search
Welcome to the FileMaker Web Masters Exchange.  If you have any questions about how to use this forum, please watch the getting started movie at:
http://www.fmwebschool.com/movies/forum1/forum1.html
27465 Posts in 6066 Topics by 1523 Members
Latest Member: donok
* Home Help Search Calendar Login Register
+  fmwebschool.com
|-+  Other Resources
| |-+  Free JavaScript Code Snips
| | |-+  Access your A, B, C, D & E drives from the web
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: Access your A, B, C, D & E drives from the web  (Read 2676 times)
FMWebschool
FMWebschool Team
Administrator
Hero Member
*****
Offline Offline

Posts: 1026
Kudos: 1383


Allyson Olm, Chief Developer


WWW
Applications:
« on: February 01, 2006, 09:03:02 AM »

This script provides quick access to your entire hard drive, including A, B, C, D, and E drives too!


<!-- ONE STEP TO INSTALL HARD DRIVE BROWSER:

  1.  Copy the coding into the BODY of your HTML document  -->

<!-- STEP ONE: Paste this code into 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>

Logged

In Kindness
FMWebschool Team
http://www.fmwebschool.com
http://www.fxforge.net
800.353.7950
Pages: [1] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!