I want to have 2 list boxes on a web page. The first box will have the names of the states. When a user selects a state in the first list box I want to populate the second list box with the 10 biggest cities in that state without going back to the server. This would be easy using JavaScript and the DOM but I want to use VBScript. Anyone know how to do this?