三联动11

数据库crm_province(AUTOid,TypeName)、crm_city(ID,province_id,city_title)、crm_area(ID,province_id,city_id,area_title)

注:MYSQL数据库连接正确(即:include_once("../inc/conn.php")文件和路径均完全正确)

<?php include_once("../inc/conn.php");?>
<script language="JavaScript">
<!--
var subval2 = new Array();
<?php

$sqlClass2=mysql_query("select * from crm_city order by ID asc");
$rsClass2=mysql_fetch_array($sqlClass2);
$count2=0;
if($rsClass2!=false)
{
do
{
?>
subval2[<?php echo $count2;?>] = new Array(‘<?php echo $rsClass2[province_id];?>‘,‘<?php echo $rsClass2[ID];?>‘,‘<?php echo $rsClass2[city_title];?>‘);
<?php
$count2=$count2+1;
}
while($rsClass2=mysql_fetch_array($sqlClass2));
}
?>
onecount2=<?php echo $count2;?>;

var subval3 = new Array();
<?php
$sqlClass3=mysql_query("select * from crm_area order by ID asc");
$rsClass3=mysql_fetch_array($sqlClass3);
$count3=0;
if($rsClass3!=false)
{
do
{
?>
subval3[<?php echo $count3;?>] = new Array(‘<?php echo $rsClass3[city_id];?>‘,‘<?php echo $rsClass3[ID];?>‘,‘<?php echo $rsClass3[area_title];?>‘);
<?php
$count3=$count3+1;
}
while($rsClass3=mysql_fetch_array($sqlClass3));
}
?>
onecount3=<?php echo $count3;?>; 

function changeselect1(locationid1)
{
    document.form1.s2.length = 0;
    document.form1.s2.options[0]=new Option(‘==所属市区==‘,‘‘);
    document.form1.s3.length = 0;
    document.form1.s3.options[0]=new Option(‘==所属区县==‘,‘‘);
    for (i=0;i<onecount2;i++)
    {
        if (subval2[i][0]==locationid1)
        {document.form1.s2.options[document.form1.s2.length]=new Option(subval2[i][2],subval2[i][1]);}
    }
}

function changeselect2(locationid2)
{
    document.form1.s3.length = 0;
    document.form1.s3.options[0] = new Option(‘==所属区县==‘,‘‘);
    for (i=0;i<onecount3;i++)
    {
        if (subval3[i][0]==locationid2)
        {document.form1.s3.options[document.form1.s3.length]=new Option(subval3[i][2],subval3[i][1]);}
    }
}
//-->
</script>

<table width="100%"  border="0" cellspacing="0" cellpadding="0">
<form name="form1" method="POST" action="a.php">
  <tr>
    <td width="150">
<select name="s1" onChange="changeselect1(this.value)">
<option>==所属省份==</option>
<?php
$sqlClass1=mysql_query("select * from crm_province order by autoID asc");
$rsClass1=mysql_fetch_array($sqlClass1);
$count1=0;
if($rsClass1!=false)
{
do
{
?>
<option value="<?php echo $rsClass1[autoID];?>"><?php echo $rsClass1[TypeName];?></option>
<?php
$count1++;
}
while($rsClass1=mysql_fetch_array($sqlClass1));
}
?>
</select><font color="#FF0000">*</font></td>
    <td width="150"><select name="s2"  onChange="changeselect2(this.value)">
<option>==所属市区==</option>
</select><font color="#FF0000">*</font></td>
    <td><select name="s3">
<option>==所属区县==</option>
</select><font color="#FF0000">*</font></td>
  </tr>
  </form>
</table>

三联动11

时间: 2024-10-17 06:29:48

三联动11的相关文章

多线程-线程一打印1,2,3,4,5线程二打印6,7,8,9,10,线程三打印11,12,13,14,15,...直到45结束

多线程-线程一打印1,2,3,4,5线程二打印6,7,8,9,10,线程三打印11,12,13,14,15,...知道45结束 public class Exam3{ public static void main(String[]args){ MyThread t1=new MyThread("线程一"); MyThread t2=new MyThread("线程二"); MyThread t3=new MyThread("线程三"); t1.

三联动 支持ie6,ie7 省,市,区

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>原生js实现最新省市区数据三级联动特效代码_特效网</title> <meta charset="utf-8"> <style type="text/css"> form{margin:200px 400px;} </style> <scrip

三联动

//数据库mysql -- 数据库: `student`-- -- -------------------------------------------------------- ---- 表的结构 `student`-- CREATE TABLE `student` (  `id` int(50) NOT NULL auto_increment,  `name` varchar(50) collate utf8_unicode_ci NOT NULL,  `dept` varchar(50)

城市三联动简单实例

一个简单的demo,方法比较low,仅供参考 1 <!DOCTYPE html> 2 <html> 3 4 <head> 5 <meta charset="UTF-8"> 6 <title></title> 7 <style type="text/css"> 8 * { 9 margin: 0; 10 padding: 0; 11 } 12 13 ul li { 14 list-st

常用的三联动实现

<!DOCTYPE HTML> <html> <head> <title>联动菜单</title> <meta charset="utf-8" /> <script> /*使用 HTML DOM 的方式实现联动菜单*/ var categories=[ { "id":10, "name":'男装', "children":[ {"id

数据库设计(三)11 important database designing rules which I follow

原文地址:https://www.codeproject.com/Articles/359654/important-database-designing-rules-which-I-fo 麻辣个??的,好像在哪儿看到过这篇文章的中文版的,世风日下,人心不古啊,各种抄袭啊. 原文的锚点不知道是太长了,还是格式有问题,这里要改一下. Table of Contents Introduction Rule 1: What is the nature of the application (OLTP

开发--省级三联动,简单的代码,但是功能不差

没什么好说的,不废话上代码,直接给select的上层DIV 添加 id="areaSelect “就可以了,是不是很方便呢,city.js的代码我下边贴下载链接 http://dl42.yunpan.360.cn/intf.php?method=Download.downloadFile&qid=574751937&fname=%2Fcity.zip&fhash=4754540ecf810ed5c7c01eea059e5ea4742558a5&dt=42_42.1

工作第三天 11.21

今天大致了解了下项目的框架,解决了两个Bug很开心,总结下今天的收获 使用 @transcation会自动提交事务 关于idea更新代码 先切到主干  拉最新的代码 在融合 关于自定义异常,先写一个ServiceException,然后在拦截器中判断如果getcode是903则记录在日志中,902就返回错误提示 逻辑的话最好都放在service层  synchronized (openid.intern()) 这是一个公司微信注册中的代码,为了防止同一个用户因为网络原因,进行两次注册 openi

ajax(省,市,县)三级联动

下面我们用Jquery,ajax,做一个省,市,县的三级联动: 下面是我做三级联动下拉的步骤以及逻辑 第一步:先做一个省市区表格 第二步:建个PHP页面显示用我是在<body>里放<div>用来接收要显示的省市区表格信息,里面嵌入jquery-1.11.2.min.js和自己封装的三联动省市区的方法 第三步:写封装方法用JS 第四步:做个纯php处理页面,这个页面处理传过来的任何代号 首先我们要建立数据库: 这就是包含省,市,县的数据库, 下面我们就写主页面:sanji.php: