
November 14th, 2000, 04:13 AM
|
|
Junior Member
|
|
Join Date: Nov 2000
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I want to (using window.open and document.write) create a javascript function which is kicked off by a button and then indexes a directory.
For instance, if the directory is an image directory, I need to be able to generate lines of the form
<A HREF="image"><IMG SRC="image"></A>
for every image in a given (user argument) directory.
Can I do this with client-side javascript, or am I going to have to resort to Perl?
|