I have a list of states in a drop down menu (select). I have a page for each state. Each page has the state abbreviation as a name, for example: Alabama is al.htm. I want to load the contents of htm depending on the selection of the state name; and the same for each state. In other words, if I select New York, I should see the information in ny.htm.
To load the data that is in different pages?