Home php教程 php手册 n级联动下拉菜单

n级联动下拉菜单

Jun 21, 2016 am 09:05 AM
lt new option select

菜单|下拉






 







<script><br/><!--<br/><br/>/*<br/>Triple Combo Script Credit<br/>By Hamid Cheheltani/ Website Abstraction (http://www.wsabstract.com)<br/>Visit <A HREF="http://wsabstract.com" TARGET=_blank>wsabstract.com for this and over 400+ other scripts<br/>*/<br/><br/>var groups=document.isc.example.options.length<br/>var group=new Array(groups)<br/>for (i=0; i<groups; i++)<br/>group[i]=new Array()<br/><br/>group[0][0]=new Option("---Select2---"," ");<br/><br/>group[1][0]=new Option("Now Select This One"," ");<br/>group[1][1]=new Option("JavaScript","47");<br/>group[1][2]=new Option("DHTML","46");<br/>group[1][3]=new Option("CGI","45");<br/><br/>group[2][0]=new Option("Now Select This One"," ");<br/>group[2][1]=new Option("General News","115");<br/>group[2][2]=new Option("Technology News","116"); <br/><br/>var temp=document.isc.stage2<br/><br/><br/>function redirect(x){<br/>for (m=temp.options.length-1;m>0;m--)<br/>temp.options[m]=null<br/>for (i=0;i<group[x].length;i++){<br/>temp.options[i]=new Option(group[x][i].text,group[x][i].value)<br/>}<br/>temp.options[0].selected=true<br/>redirect1(0)<br/>}<br/><br/><br/><br/>var secondGroups=document.isc.stage2.options.length<br/>var secondGroup=new Array(groups)<br/>for (i=0; i<groups; i++) {<br/>secondGroup[i]=new Array(group[i].length)<br/>for (j=0; j<group[i].length; j++) {<br/>secondGroup[i][j]=new Array() }}<br/><br/>secondGroup[0][0][0]=new Option("---Select 3---"," ");<br/>secondGroup[1][0][0]=new Option("---Select 3---"," ");<br/>secondGroup[1][1][0]=new Option("Now Select This One"," ");<br/>secondGroup[1][1][1]=new Option("Website Abstraction","http://wsabstract.com");<br/>secondGroup[1][1][2]=new Option("JavaScript for the non programmer","http://webteacher.com/javascript/");<br/>secondGroup[1][1][3]=new Option("Java-Scripts.net","http://java-scripts.net");<br/><br/>secondGroup[1][2][0]=new Option("Now Select This One"," ");<br/>secondGroup[1][2][1]=new Option("Dynamic Drive","http://www.dynamicdrive.com");<br/>secondGroup[1][2][2]=new Option("Beginner\'s Guide to DHTML","http://www.geocities.com/ResearchTriangle/Facility/4490/");<br/>secondGroup[1][2][3]=new Option("Web Coder","http://webcoder.com/");<br/><br/>secondGroup[1][3][0]=new Option("Now Select This One"," ");<br/>secondGroup[1][3][1]=new Option("CGI Resources","http://www.cgi-resources.com");<br/>secondGroup[1][3][2]=new Option("Ada\'s Intro to CGI","http://adashimar.hypermart.net/");<br/><br/>secondGroup[2][0][0]=new Option("---Select 3---"," ");<br/>secondGroup[2][1][0]=new Option("Now Select This One"," ");<br/>secondGroup[2][1][1]=new Option("CNN","http://www.cnn.com");<br/>secondGroup[2][1][2]=new Option("MSNBC","http://www.msnbc.com");<br/>secondGroup[2][1][3]=new Option("ABC News","http://www.abcnews.com");<br/><br/>secondGroup[2][2][0]=new Option("Now Select A Page"," ");<br/>secondGroup[2][2][1]=new Option("News.com","http://www.news.com");<br/>secondGroup[2][2][2]=new Option("Wired","http://www.wired.com");<br/><br/>var temp1=document.isc.stage3<br/>function redirect1(y){<br/>for (m=temp1.options.length-1;m>0;m--)<br/>temp1.options[m]=null<br/>for (i=0;i<secondGroup[document.isc.example.options.selectedIndex][y].length;i++){<br/>temp1.options[i]=new Option(secondGroup[document.isc.example.options.selectedIndex][y][i].text,secondGroup[document.isc.example.options.selectedIndex][y][i].value)<br/>}<br/>temp1.options[0].selected=true<br/>}<br/><br/>function redirect2(z){<br/>window.location=temp1[z].value<br/>}<br/><br/>//--><br/></script>

  



This free script provided by

Website
Abstraction



Statement of this Website
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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Asynchronous processing method of Select Channels Go concurrent programming using golang Asynchronous processing method of Select Channels Go concurrent programming using golang Sep 28, 2023 pm 05:27 PM

Asynchronous processing method of SelectChannelsGo concurrent programming using golang Introduction: Concurrent programming is an important area in modern software development, which can effectively improve the performance and responsiveness of applications. In the Go language, concurrent programming can be implemented simply and efficiently using Channels and Select statements. This article will introduce how to use golang for asynchronous processing methods of SelectChannelsGo concurrent programming, and provide specific

How to hide the select element in jquery How to hide the select element in jquery Aug 15, 2023 pm 01:56 PM

How to hide the select element in jquery: 1. hide() method, introduce the jQuery library into the HTML page, you can use different selectors to hide the select element, the ID selector replaces the selectId with the ID of the select element you actually use; 2. css() method, use the ID selector to select the select element that needs to be hidden, use the css() method to set the display attribute to none, and replace selectId with the ID of the select element.

What does option mean in linux documentation? What does option mean in linux documentation? Mar 07, 2023 am 10:41 AM

In Linux, option refers to a command option, which is a switch that adjusts the command execution behavior. That is, different options determine the display results of the command. Options are divided into long options and short options: 1. Short options are guided by "-". When there are multiple short options, spaces are used to separate each option; 2. Long options are complete words. , and usually cannot be combined.

How to implement change event binding of select elements in jQuery How to implement change event binding of select elements in jQuery Feb 23, 2024 pm 01:12 PM

jQuery is a popular JavaScript library that can be used to simplify DOM manipulation, event handling, animation effects, etc. In web development, we often encounter situations where we need to change event binding on select elements. This article will introduce how to use jQuery to bind select element change events, and provide specific code examples. First, we need to create a dropdown menu with options using labels:

php提交表单通过后,弹出的对话框怎样在当前页弹出,该如何解决 php提交表单通过后,弹出的对话框怎样在当前页弹出,该如何解决 Jun 13, 2016 am 10:23 AM

php提交表单通过后,弹出的对话框怎样在当前页弹出php提交表单通过后,弹出的对话框怎样在当前页弹出而不是在空白页弹出?想实现这样的效果:而不是空白页弹出:------解决方案--------------------如果你的验证用PHP在后端,那么就用Ajax;仅供参考:HTML code

What is the reason why Linux uses select? What is the reason why Linux uses select? May 19, 2023 pm 03:07 PM

Because select allows developers to wait for multiple file buffers at the same time, it can reduce IO waiting time and improve the IO efficiency of the process. The select() function is an IO multiplexing function that allows the program to monitor multiple file descriptors and wait for one or more of the monitored file descriptors to become "ready"; the so-called "ready" state is Refers to: the file descriptor is no longer blocked and can be used for certain types of IO operations, including readable, writable, and exceptions. select is a computer function located in the header file #include. This function is used to monitor file descriptor changes—reading, writing, or exceptions. 1. Introduction to the select function. The select function is an IO multiplexing function.

How to use the select syntax of mysql How to use the select syntax of mysql Jun 01, 2023 pm 07:37 PM

1. Keywords in SQL statements are not case-sensitive. SELECT is equivalent to SELECT, and FROM is equivalent to from. 2. To select all columns from the users table, you can use the symbol * to replace the column name. Syntax--this is a comment--query out [all] data from the [table] specified by FEOM. * means [all columns] SELECT*FROM--query out the specified data from the specified [table] from FROM Data of column name (field) SELECT column name FROM table name instance--Note: Use English commas to separate multiple columns selectusername, passwordfrom

Implement Select Channels Go concurrent programming performance optimization through golang Implement Select Channels Go concurrent programming performance optimization through golang Sep 27, 2023 pm 01:09 PM

Implementing SelectChannels through golang Performance optimization of Go concurrent programming In the Go language, it is very common to use goroutine and channel to implement concurrent programming. When dealing with multiple channels, we usually use select statements for multiplexing. However, in the case of large-scale concurrency, using select statements may cause performance degradation. In this article, we will introduce some implementations of select through golang

See all articles