2012年10月9日

Ajax:创建提示工具

摘要: <html xmlns="http://www.w3.org/1999/xhtml"><head> <title>自动提示功能</title> <script type="text/javascript"> var xmlHttp; var dataDiv; var dataTable; var dataTableBody; var offSetEl; function createXMLHttpRequest() { if (window.ActiveXObject) { ... 阅读全文

posted @ 2012-10-09 21:39 lufangtao 阅读(262) 评论(0) 推荐(0) 编辑

Ajax:进度条

摘要: <html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title> <script type="text/javascript"> var xmlHttp; var key; var bar_color = 'gray'; var span_id = "Span"; var clear = "&nbsp;&nbsp;&nbsp;"; function c 阅读全文

posted @ 2012-10-09 20:59 lufangtao 阅读(504) 评论(0) 推荐(0) 编辑

Ajax:自动刷新

摘要: <html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title> <script type="text/javascript"> var xmlHttp; function createXMLHttpRequest() { if (window.ActiveXObject) { xmlHttp = new ActiveXObject("Microsoft.XMLHTTp"); } else if... 阅读全文

posted @ 2012-10-09 17:49 lufangtao 阅读(2968) 评论(0) 推荐(0) 编辑

导航