SQL code:
create table user_file (
userID int not null,
userName VARCHAR2(10),
userPwd VARCHAR2(10),
primary key (userID)
);
create table articletype (
magazineType int not null,
mag ......
用Ajax提交表单数据进行验证 第一次后台可以获取到 验证完了修改后在提交,后台就得不到数据了 为什么
JScript code:
var succ='false';
jQuery("#adDtailForm").ajaxSubmit({
url: "<%=request.getContextPath()%>/budgetDirectReserve.do? method=provAjaxDirectRev&row ......
服务器端代码:
<?php
$row = mysql_fetch_array($result, MYSQL_ASSOC);
header("Content-Type: text/xml");
?>
<?xml version="1.0" encoding="gb2312">
<paikeresult>
<classno-value><? echo trim($row['classno']); ?></classno-value>
&l ......
最近各项目里面需要使用HTML编辑器 类似在网页里面嵌入eWebEditor VC里面怎么实现啊? 或有类似的封装库?
http://www.codeproject.com/KB/edit/HtmlEdit.aspx
应该是 CHtmlView 这个吧?
http://baike.baidu.com/view/2911735.htm?fr=ala0_1
添加一个WebBrowser控件,然后加载你的html页面
......
http://www.lottetown.com/town_main.jsp
像乐天下面那样的
在flash上也表现正常
固定下导航
兼容主流浏览器
js+css也可以
只要不抖动就可以
CSS code:
body {
background-image:url(text.txt); /* for IE6 */
background-attachment:fixed;
}
.bottomNav {
background-color:#096;
z-index:999;
position: ......
加入后设置了控件的属性Movie也play了。但出现
无法获取“AxShockwaveFlash”控件的窗口句柄。不支持无窗口的 ActiveX 控件。
重装了flash8,没报这错了,但是运行后还是一块空白,放不放swf。
web 播放
var s = new SWFObject("a.swf","mediaplayer","245","176",&quo ......