1.运用ComboBox的控件建立效果,如右图: 2.建立三个表,第一个Province表: PID,PName;第二个为city表: CId,CName,PId;第三个为coun表:CounID,CounName,CId; 3. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using Sys
腾讯IP分享计划(http://ip.qq.com/)有个现成的三级联动功能,查看源码后发现可以直接使用其单独的JS文件(http://ip.qq.com/js/geo.js). 分析后发现自己需要写一个函数promptinfo(),代码如下: function promptinfo(){ var address = document.getElementById('address'); var s1 = document.getElementById('s1'); var s2 = docum