
Ajax
文章平均质量分 86
银狐被占用
这个作者很懒,什么都没留下…
展开
-
简单的Ajax程序
ajax passport body{font-size:14px;}function InitAjax(){ var http_request = false; if (window.XMLHttpRequest){ http_request = new XMLHttpRequest(); if (http_request.overrideMimeTyp原创 2006-11-24 11:52:00 · 1429 阅读 · 0 评论 -
Ajax方式的留言板
ajax.js//************************ 建立XML对象 **********************function InitAjax(){ var http_request = false; if (window.XMLHttpRequest){ http_request = new XMLHttpRequest();原创 2006-12-27 10:14:00 · 4295 阅读 · 0 评论 -
仿Google的搜索下拉框
default.aspxhttp://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/1999/xhtml" > 无标题页ul,li { list-style:none; margin-left: 1px; margin-bottom:0; padding: 0; border: 0;原创 2009-06-15 13:57:00 · 2411 阅读 · 6 评论 -
Ajax的无刷新树型结构
AjaxTree.aspx http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/1999/xhtml" > 无标题页a{ text-decoration:none;}a,a:visited{ color:#000; background:inherit;}bod原创 2009-06-18 09:33:00 · 1668 阅读 · 3 评论 -
AjaxPro.2.dll使用中出现页面未定义错误的解决办法
在使用AjaxPro.2.dll时,web.config中加入: aspx.cs中 “AjaxPro.Utility.RegisterTypeForAjax(typeof(_Default));” 注册,但在调用时会出现页面未定义错误。我的解决办法的把命名空间也加上。这样就可以使用了。还有重要的一点:调用js函数时,必须在form内。例://ST_原创 2009-07-07 10:21:00 · 4179 阅读 · 1 评论 -
jquery+webservice方式的百度搜索下拉提示
default.aspx百度搜索下拉#h_list {background:#EEE;z-index:99;position:absolute;font-size:12px;}#h_list li{list-style-type:none;font-size: 12px;margin:0 0 0 0;padding-l原创 2012-08-23 10:34:26 · 10302 阅读 · 0 评论