博客园 首页 联系 订阅 管理

2011年11月25日

摘要: /**........................................................................................ajax异步调用的原理:1.获得XMLHttpRequest对象2.注册回调函数3.设置连接信息4.发送数据,开始和服务器端进行交互5.接收响应数据................................................................................................*/var XMLHttpReq;function getXMLHttpReq 阅读全文
posted @ 2011-11-25 17:24 $蔷 阅读(1196) 评论(0) 推荐(0)

摘要: function chackContact(){ var fckchinese= FCKeditorAPI.GetInstance("fckchinese").GetXHTML(); if(fckchinese ==""){ alert("中文联系我们不能为空!"); return false; } var fckenglish= FCKeditorAPI.GetInstance("fckenglish").GetXHTML(); if(fckenglish==""){ alert(" 阅读全文
posted @ 2011-11-25 11:22 $蔷 阅读(400) 评论(0) 推荐(0)

摘要: .arrowlistmenu{width: 180px; /*width of accordion menu*/}.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/font: bold 14px Arial;color: white;background: black url(titlebar.png) repeat-x center left;margin-bottom: 10px; /*bottom spacing between header and rest 阅读全文
posted @ 2011-11-25 08:58 $蔷 阅读(548) 评论(0) 推荐(0)