易截截图软件、单文件、免安装、纯绿色、仅160KB

CSS不兼容浏览器的问题 - PHP / 基础编程

虽然这个问题不属于PHP版块的,但是还是发在这里 喜欢这个版块


  问题描述 : 插入地图的按钮点了没反应! 什么原因 ,增加小区的按钮点了有反应!!代码如下

PHP code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><!--{$cfg.page.title}--> - 增加小区</title>
<!--{$cssFiles}-->
<!--{$jsFiles}-->
</head>
<body>
<div id="modalWindow">
<form name="dataForm" method="POST" action="">
<p>
<label>小区名字:</label>
<input type="text" id="addBoroughName" name="addBoroughName" class="input" value="" />
</p>
<p>
<label>所在区域:</label>
<select id="addBoroughCityarea" name="addBoroughCityarea" class="select">
<option value="">请选择区域</option>
<!--{html_options options=$cityarea_option selected=$borough.cityarea_id }-->


相关问答:

php跟jsp之间session共享的问题 - Java / Web 开发

最近一个项目中遇到一个问题:在原有的一套系统中(php开发)添加一些小功能(jsp开发),原来用户系统都是php开发的,我如何在jsp开发的功能中做到用户信息session同步呢? 有人是否有做过类以项目,想听听大家的看法
......

php联接多个数据库的问题

mssql_select_db("f1",mssql_connect("localhost","sa","sa"));
mssql_select_db("f2",mssql_connect("192.168.0.1","sa","sa") ......

php 关于session_start的问题 - PHP / 基础编程

请教高手帮忙,session_start()放在外部的文件用 require 或 include 包含进来,请问这样做合理吗??代码运行是正常的,这样做合理吗??请高手指点。。。。 谢谢····
require 或 include ......

求助一个CSS问题 - Web 开发 / HTML(CSS)

我这样写就没问题
#cp1 img{magin:5px;}
#cp2 img{magin:5px;}
#cp3 img{magin:5px;}
我想精简代码,用下面的写法,就出错了,是不是语法有问题?
#cp1,#cp2,#cp3 img{magin:5px;}

是语法有问题,你的写法相 ......

用php备份数据库成功,还原时出错 - PHP / 开源资源

是用别人写的类做的,还原时提示You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INSERT INTO admin(seq,passwd,type,n ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号