php和Ajax 投票系统(2)
来源:未知 责任编辑:责任编辑 发表时间:2014-02-18 03:25 点击:次
xmlHttp.open("GET",url,true)
xmlHttp.send(null)
}
//poll.html
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>投票(POLL)</title>
<script src="poll.js"></script>
</head>
<body>
<div id="poll">
<h2>PHP AND AJAX POLL</h2>
<form>
Yes:
<input type="radio" name="vote"
value="0" onclick="getVote(this.value)">
<br />
No:
<input type="radio" name="vote"
value="1" onclick="getVote(this.value)">
</form>
</div>
www.2cto.com
</body>
</html>
//还有一个poll.txt文件
摘自 chaojie2009的专栏
相关新闻>>
- 发表评论
-
- 最新评论 更多>>