无刷新有关问题:选中下拉框中的一项,旁边自动出现该项的代码

WBOY
Release: 2016-06-13 13:44:47
Original
743 people have browsed it

无刷新问题:选中下拉框中的一项,旁边自动出现该项的代码
下面是将数据库中的内容读到下拉框中:

if   ($mark==2){
$sql= "select   dwmc,id   from   s_dwmc   where   dwlb= '04 ' ";
$result=OciParse($DBCONN,$sql);
ociexecute($result);
?>






1
------解决方案--------------------
楼上正解
------解决方案--------------------
mark
------解决方案--------------------
Ajax
------解决方案--------------------
接分
------解决方案--------------------
jiefen
------解决方案--------------------
ajax

二级联动
------解决方案--------------------
dom和bom问题

Related labels:
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!