W
Wanadoo
Hello,
For a local use, I need to choose a CD (on more than 450) and a
directory in this CD (almost 100) to view pictures (genealogical
datas).
In index.html I want to select a CD drive letter and an URL by
formular.
At the validate action, open this URL, and in this one we have
a list wich propose many directories beginning with the letter of
the CD selected in index.html
something like this :
index.html choice of CD and URL (URL1 to URLn)
URL1.html
<a href="CD\directory1\">directory1</a>
<a href="CD\directory2\">directory2</a>
<a href="CD\directoryn\">directoryn</a>
URL2.html
<a href="CD\directory1\">directory1</a>
<a href="CD\directory2\">directory2</a>
<a href="CD\directoryn\">directoryn</a>
URLn.html
<a href="CD\directory1\">directory1</a>
<a href="CD\directory2\">directory2</a>
<a href="CD\directoryn\">directoryn</a>
We can't employ php or asp because it's for a local use on many
computers.
Thank's for help
(e-mail address removed)
For a local use, I need to choose a CD (on more than 450) and a
directory in this CD (almost 100) to view pictures (genealogical
datas).
In index.html I want to select a CD drive letter and an URL by
formular.
At the validate action, open this URL, and in this one we have
a list wich propose many directories beginning with the letter of
the CD selected in index.html
something like this :
index.html choice of CD and URL (URL1 to URLn)
URL1.html
<a href="CD\directory1\">directory1</a>
<a href="CD\directory2\">directory2</a>
<a href="CD\directoryn\">directoryn</a>
URL2.html
<a href="CD\directory1\">directory1</a>
<a href="CD\directory2\">directory2</a>
<a href="CD\directoryn\">directoryn</a>
URLn.html
<a href="CD\directory1\">directory1</a>
<a href="CD\directory2\">directory2</a>
<a href="CD\directoryn\">directoryn</a>
We can't employ php or asp because it's for a local use on many
computers.
Thank's for help
(e-mail address removed)