点击参考Ajax原理介绍
本篇主要介绍了用Ajax实现自动刷新页面的实现步骤,以及一些问题的解释。
1、编写JSP文档
1.1 代码
<%@ page language="java" contentType="text/html; charset=utf-8"
pageEncoding="utf-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Insert title here</title>
</head>
<script type="text/javascript" charset="gbk" src="js2.js"></script>
//js文件在服务器端是以GBK形式存储的,这里需要另外指出从服务器获得的JS文件的编码格式为GBK,来正确解码。
<body onload="sendRequest()">
<table style="border-collapse: collapse;" bordercolor="#666666"
cellspacing="0" cellpadding="0" width="200" bgcolor="#f5efe7" border="0">
<tr>
<td align="center" height="19" colspan="2">
<