HTML: Can I do an inline frame WITH a pull-down menu?

  • Thread starter Thread starter Zachary B
  • Start date Start date
Z

Zachary B

Guest
I want to have a page with a pull-down menu with the fifty states. When a state is selected, I want an iframe to show a list that corresponds to that state, with that information being drawn from simple little files on the server. The reason I want to do it this way is because the main page is incredibly complex and I don't want 50 of those slightly different pages; I just want the page once and then the data files with the lists.
BTW: I'm thinking I can't use getnettext because there are hyperlinks in the lists that correspond to each state.
 
Back
Top