Linking Drop Downs in FrontPage based on SQL DB

J

jmalm

I have a table in SQL that Links our States with our Restaurants. I want to
create a dropdown box that queries the states, easy enough.. however when the
user selects a state, I want the next dropdown to display the results of only
those restaurants in those states.

I guess this is similiar to a chained dropdown box using a javascript.. but
I want this to link to a sql table
 
Top