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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

displaying a directory listing in javascript 1

Status
Not open for further replies.

robertl

Programmer
Jan 8, 2001
23
GB
I am trying to figure out a way to have a directory listing
appear on a page whenever a user clicks on a link.

I can't think of a way to get my script working unless I want to go with VB, which I really want to stay away from since most of the site uses javascript instead of vbscript.

I'm needing file names to appear on the page and these names
should be hyperlinked (or have to ability to be linked to a clickable image). The name of the files will change every week as well, that's why I'm wanting to pull the names from the drive that they will be stored on.

Thanks for your insight.
 
i would use server-side code for that. you can probably use the file system object in jscript to do that, but you cant do it with client side javascript. adam@aauser.com
 
you can get more info on jscript and the filesystemobject at msdn.microsoft.com/scripting/ adam@aauser.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top