Ajax
嘉木桐
java初学者
展开
-
用Ajax解析JSON串,页面无刷新实时监控后台数据
页面效果:页面代码:String path = request.getContextPath();String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";%> "> 页面实时监控 -原创 2014-02-12 13:46:45 · 174 阅读 · 0 评论 -
\t\t用Ajax解析JSON串,页面无刷新实时监控后台数据
页面效果:页面代码:String path = request.getContextPath();String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";%> "> 页面实时监控 -原创 2014-02-12 13:46:48 · 175 阅读 · 0 评论 -
【转】ajax实时刷新读取后台数据
function makeRequest(url) {httpRequest = false;if (window.XMLHttpRequest) {httpRequest = new XMLHttpRequest();if (httpRequest.overrideMimeType){ httpRequest.overrideMimeType('text/xml');} } else if原创 2014-02-12 13:46:35 · 275 阅读 · 0 评论 -
2010年8月25日
function makeRequest(url) {httpRequest = false;if (window.XMLHttpRequest) {httpRequest = new XMLHttpRequest();if (httpRequest.overrideMimeType){ httpRequest.overrideMimeType('text/xml');} } else if原创 2014-02-12 13:46:38 · 170 阅读 · 0 评论