- Code/Resource
- Windows Develop
- Linux-Unix program
- Internet-Socket-Network
- Web Server
- Browser Client
- Ftp Server
- Ftp Client
- Browser Plugins
- Proxy Server
- Email Server
- Email Client
- WEB Mail
- Firewall-Security
- Telnet Server
- Telnet Client
- ICQ-IM-Chat
- Search Engine
- Sniffer Package capture
- Remote Control
- xml-soap-webservice
- P2P
- WEB(ASP,PHP,...)
- TCP/IP Stack
- SNMP
- Grid Computing
- SilverLight
- DNS
- Cluster Service
- Network Security
- Communication-Mobile
- Game Program
- Editor
- Multimedia program
- Graph program
- Compiler program
- Compress-Decompress algrithms
- Crypt_Decrypt algrithms
- Mathimatics-Numerical algorithms
- MultiLanguage
- Disk/Storage
- Java Develop
- assembly language
- Applications
- Other systems
- Database system
- Embeded-SCM Develop
- FlashMX/Flex
- source in ebook
- Delphi VCL
- OS Develop
- MiddleWare
- MPI
- MacOS develop
- LabView
- ELanguage
- Software/Tools
- E-Books
- Artical/Document
wy_trip_list.js
Package: lyxxgl.rar [view]
Upload User: hnxqingdao
Upload Date: 2013-05-22
Package Size: 1283k
Code Size: 2k
Category:
Other Industry
Development Platform:
ASP/ASPX
- var onecount;
- onecount=0;
- subcat = new Array();
- subcat[0] = new Array("旧金山","2","旧金山");
- subcat[1] = new Array("新加坡","2","新加坡");
- subcat[2] = new Array("纽约","2","纽约");
- subcat[3] = new Array("木耳本","2","木耳本");
- subcat[4] = new Array("日本","2","日本");
- subcat[5] = new Array("泰国","2","泰国");
- subcat[6] = new Array("缅甸","2","缅甸");
- subcat[7] = new Array("巴西","2","巴西");
- subcat[8] = new Array("韩国","2","韩国");
- subcat[9] = new Array("俄罗斯","2","俄罗斯");
- subcat[10] = new Array("印度","2","印度");
- subcat[11] = new Array("尼日利亚","2","尼日利亚");
- subcat[12] = new Array("乌拉圭","2","乌拉圭");
- subcat[13] = new Array("新加坡","2","新加坡");
- subcat[14] = new Array("尼泊尔","2","尼泊尔");
- subcat[15] = new Array("刚果","2","刚果");
- subcat[16] = new Array("黑山","2","黑山");
- subcat[17] = new Array("沈阳","1","沈阳");
- subcat[18] = new Array("大连","1","大连");
- subcat[19] = new Array("北京","1","北京");
- subcat[20] = new Array("哈尔滨","1","哈尔滨");
- subcat[21] = new Array("四川","1","四川");
- subcat[22] = new Array("上海","1","上海");
- subcat[23] = new Array("福建","1","福建");
- subcat[24] = new Array("广州","1","广州");
- subcat[25] = new Array("香港","1","香港");
- subcat[26] = new Array("新疆","1","新疆");
- onecount=25;
- function changelocation(locationid)
- {
- document.myform.Nclassid.length = 0;
- //document.myform.city.length=0;
- var locationid=locationid;
- var i;
- for (i=0;i < onecount; i++)
- {
- if (subcat[i][1] == locationid)
- {
- document.myform.Nclassid.options[document.myform.Nclassid.length] = new Option(subcat[i][0], subcat[i][2]);
- //document.myform.city.options[document.myform.city.length] = new Option(subcat[i][0], subcat[i][2]);
- }
- }
- }