PDA

View Full Version : Site Map


Neworld
03-17-2003, 04:23 PM
Hello to Everyone.

I'm developing a website, and one of the features is to get the products from the database and create html files in order to build a catalog of the selected products.

My problem is to build the index file dinamically.

I need a javascript that coud display the directories that exist in the main directory.

Can someone Help me with this?

Thank's for everything

Neworld

beetle
03-17-2003, 06:34 PM
Not with javascript. You need something server-sede for this.

Follow me?

Neworld
03-17-2003, 07:22 PM
I'm following. But there's one little problem. This is to copy to a CD. What would you do in this case?

beetle
03-17-2003, 07:27 PM
Well, if you're running Windows and IE, ActiveX may be able to do that, but I'm no ActiveX whiz. Perhaps someone else here can advise.

Neworld
03-18-2003, 10:40 AM
Yes, but there will be 50 % of chances to work. If active x is not installed in the client machine... I'll be back at the beggining of my problem.

brothercake
03-18-2003, 11:50 AM
Store your data in XML; then you can read it with client-side javascript (in IE and mozilla)

Neworld
03-18-2003, 01:04 PM
Is there any script ready to usewith all that funcionalities? What I mean is a script that reads the xml file.

Neworld
03-18-2003, 01:17 PM
Ok. Thank's for everything. :) :) :) :)

brothercake
03-18-2003, 01:19 PM
I don't know; client-side XML parsing is not really my thing.

I suggest you start a new thread in the XML forum, asking something like "how can I parse XML with javascript" and then go one to explain what you want to do

[this post should come before previous post ...]