The implementation of linkage is actually very simple, but some details are easy to make mistakes. Here I would like to share my basic ideas for realizing third-level linkage after learning the second-level linkage.
Idea: Because the second-level linkage is the connection between the first-level linkage and the second-level linkage through the onchange event, the third-level linkage is the connection between the second-level linkage and the third-level linkage. (Maybe the expression is not clear enough) To put it simply, the process is roughly: A event - trigger - B event - trigger - C event.
Note: Pay special attention to the matching of the subscript corresponding to the array and the option value. The value of each option in the option option can also be a number. It is more convenient to implement the value with a number.
Example questions: First semester—>HTML, Java, SqlServer basics ,C#
First academic year—>Second semester—>javascript,.Net,SqlServer Advanced,JSP
Second academic year—>First semester—>Struts,ASP.NET,Ajax
Second academic year—> The second semester -& gt; spring, hibernate '
code:
java code
& lt;! Doctype html & gt;
& lt; html lang = "en" & lt; & & gt;