A drop-down list has many items. When you select one of the items, you can send two parameters to the next page. What should I do? For example: I selection "Domestic News" in the drop-down list, and perform two parameters after the Form will be sent back: TYPE = "Domestic News", class = "2". In the drop-down list, "Foreign News" is selected. After performing the Form to pass the two parameters back page: Type = "Foreign News", class = "3". What should this do?
I know that the second-level linkage can be realized, but if you don't use secondary linkage, how to solve this problem?
Form.htm ------------------------------------------------- ----------