Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Generating HTML Links from Folder C
Name: BigFish Date: May 26, 2008 at 10:13:22 Pacific OS: Windows CPU/Ram: withheld Product: withheld
Comment:
Hello,
I want to create a CD of the contents found on hard drive. I have documents, pdfs, wav files, wma, etc . . .
Anyone know of a way to generate HTML Links from Folder Contents?
I have Dreamweaver MX 2004 & Frontpage 2003 at my disposal.
Name: Laler Date: May 26, 2008 at 19:21:17 Pacific
Reply:
What's a CD?
Btw if you install a webserver then its standard Index will list everything, including files/folder/drives outside the webserver's public folder - if you tell it to.
An easy webserver would be uniformserver (no installs).
--- Fubar
0
Response Number 2
Name: StuartS Date: May 29, 2008 at 16:00:46 Pacific
Reply:
There is no such thing as an HTML link. There are Internet links that my or may not be links to HTML documents.
You need to explain a little more of exactly what it is you are trying to do. Creating a CD of the contents of a hard drive is just a matter of copy and paste. However the contents might run into many GByte's and you are going to need a lot of CDs. A DVD might be better.
Summary: When yousay that it works from your machine I am assuming that you are running the html file from your machine as well - i.e., not running it through the web server. I have a feeling that there may be...
Summary: I am trying to build a JavaScript parser to create links from an arbitrary string. Essentially, the function takes an arbitrary string, splits it at 'http", and generates a link from an array value...
Summary: Thanks for the reply. I guess what I'm asking is this - can a website have some html pages be generated via PHP and others by regular means... i.e. hand-coded or via a program like Dreamweaver, for ...