Good Test <script> <br>function showSubMenu(SubMenu) { <br>document.getElementById(SubMenu).style.display = "inline"; <br>} <br>function HideSubMenu(SubMenu) { <br>document.getElementById(SubMenu).style.display = "none"; <br>} <br></script>
Menu1
SubMenu1
SubMenu2
SubMenu3
SubMenu4
Menu2
SubMenu1
SubMenu2
SubMenu3
SubMenu4
Menu3
SubMenu1
SubMenu2
SubMenu3
SubMenu4
Menu4
SubMenu1
SubMenu2
SubMenu3
SubMenu4
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn