Have you ever wanted a simple web page to read a database and display records? Then maybe chnage how those records look? Well this very simple page does just that.

There are five flies at wotk here.

  1. data.asp - (This page) display the database content
  2. data.css - The CSS file that formats everything on data.asp
  3. data.mdb - The database which holds the content
  4. EditCSS.asp - This page is used to edit the CSS file ONLINE
  5. PostEditCSS.asp - makes the chnages to the the data.css file

10 records in Table1
AutoIDField1Field2Field3
1Test entry 117/09/2005 13:00:32True
2Test entry 217/09/2005 13:00:35False
3Test entry 317/09/2005 13:00:50True
4Test entry 417/09/2005 13:00:58False
5Test entry 517/09/2005 13:01:07True
6Test entry 617/09/2005 13:01:16False
7Test entry 717/09/2005 13:01:18True
8Test entry 817/09/2005 13:01:20True
9Test entry 917/09/2005 13:01:22False
10Test entry 1017/09/2005 13:01:24True


Edit this page's CSS file
Note: After updating the CSS file, press <CTRL> + <F5> to reload the CSS file.


If you would like the files that power this site, right click the link below and select "Save Target As...", enjoy.


data.zip