Best way of doing an Article Archive?

A

Anders Eriksson

Hello!

I'm doing a site using FrontPage 2000 and on the frontpage I want to have
the latest article(s). I also want to save all articles in an archive and
maybe display them sorted on dates, subject, ...

Hopefully there will be a new article once a week (maybe twice)...

I don't have FP Extensions!

Any ideas on how to do this?

// Anders
 
P

p c

Look into ASP and database. You don't need FPE.

You store the articles in a web folder normally, and the article
details (filename, title, date, author, category etc) in the database.
Then you have an index page (index.asp) with ASP script to connect to
the database, grab the information and present it any way you want. The
same page creates the link to each article. Since the page is dynamic,
it is always update if you keep updating the database.

....PC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top