Search Like Question

  • Thread starter Thread starter Tim Morrison
  • Start date Start date
T

Tim Morrison

I have an HTML file with a list of cars, is there any way, other than server side scripting to have that list show only certain values. I.e. I would like to have a drop down that lets me only show the "Trucks" or "Cars". I can acomplish using ASP or PHP, but I was wondering if this is possible using only HTML.

TIA
 
Create two pages, one with cars the other with trucks, then link the drop
down to these individual pages.
--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================


I have an HTML file with a list of cars, is there any way, other than server
side scripting to have that list show only certain values. I.e. I would
like to have a drop down that lets me only show the "Trucks" or "Cars". I
can acomplish using ASP or PHP, but I was wondering if this is possible
using only HTML.

TIA
 
Back
Top