|
-
Mar 10th, 2001, 03:24 PM
#1
Thread Starter
Lively Member
I want to be able to have a web page where I can put links to Word documents so others can view or download them. Is there a way to make this HTML page dynamically display a listing of all of the Word docs in the directory?
VB6 & VC++6 Pro (SP4), Java (Sun JDK)
-
Mar 10th, 2001, 09:10 PM
#2
I'd make an ActiveX DLL that is fired when you hit an ASP. In the component I'd use the filescripting object to list all .docs in a specified folder, then I'd generate a HTML table from that list with the documents hyperlinked to their locations.
How do you feel about that? If you want some sample code reply back to the thread.
-
Mar 11th, 2001, 09:45 AM
#3
Thread Starter
Lively Member
Thanks for the suggestion. I was kinda wondering if it could be done without ASP, because I do not have ASP permissions on the server. But if I decide to upgrade to ASP, I'll try what you said.
VB6 & VC++6 Pro (SP4), Java (Sun JDK)
-
Mar 11th, 2001, 11:39 AM
#4
PowerPoster
if you have directory browsing allowed, and you don't put a default document in the directory (default.asp, index.html...etc.) then the server will make a list of the contents of the folder.
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
-
Mar 12th, 2001, 07:28 PM
#5
Thread Starter
Lively Member
Ah. Thank you. Maybe I can just do that.
VB6 & VC++6 Pro (SP4), Java (Sun JDK)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|