Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Listing files from a directory 1

Status
Not open for further replies.

PapaGLP

Technical User
Jul 19, 2002
31
0
0
US
I want to create a script that will list the files from a directory on my web server into a web page. Then i'll be adjusting it to make it link to certain sites. Question mainly is how do I access the directory and get the files to the page. Thanks
 
You cannot do this with JavaScript (or any other client-side language). You must use a server-side language. I recommend you use PHP or ColdFusion.

Hope that helps!

Happy coding! :)
 
just answered a similar question here:

thread215-317458 Tony
reddot.gif WIDTH=300 HEIGHT=2 VSPACE=3

 
heh . . . yep Fester . . . thanks for the ASP help, it was a big help
 
FatalExceptionError,

"If cats always land on their feet
and Toast always lands buttered side up
What happens if you tape toast, buttered side up on a cat's back??????"

Using this technique, you could create an array of hot-buttered-cats that could levitate a train across the country...

======================================

if (!succeed) try();
-jeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top