Posts: 1,832
Location: Somewhere else entirely
|
Either a) Use html only with a page for each car -> gets really nasty with hundreds of files to update
or b) Use something like PHP/MySQL and put your cars in a database. Then write one page that takes a car ID number and shows that car. Then your select box can feed the ID numbers to that page.
__________________
UPDATE 0beron SET talkupation = talkupation + lots WHERE post = 'helpful';
Please login or register to view this content. Registration is FREE (aka MSN handwriting for forums)
|