写了个JS脚本来刷新验证码 可是总是刷不出来 求高手

index.php<imgsrc='for2.php?'><br><br><scripttype="text/javascript"src="ajax2.js"></sc... index.php
<img src='for2.php?'><br><br>
<script type="text/javascript" src="ajax2.js"></script>
<a href="#" onclick="funphp()">换一张</a>

<div id="php"></div>

for2.php

<?php
error_reporting(0);
session_start();

for($i=0;$i<4;$i++){
$rand.=dechex(rand(1,15));
}
$_SESSION[check_pic]=$rand;
$im = imagecreatetruecolor(100,30);
$bg= imagecolorallocate($im,0,0,0);
$te= imagecolorallocate($im,255,255,255);
for($i=0;$i<20;$i++){
$te2=imagecolorallocate($im,rand(0,255),rand(0,255),rand(0,255));
imageline($im, rand(0,100),rand(0,30),rand(0,100),rand(0,30), $te2);
}
for($i=0;$i<2000;$i++){
imagesetpixel($im,rand(0,100),rand(0,30),$te2);
}

imagestring($im, rand(1,6), rand(0,70), rand(0,15), $rand, $te);
header("Content-type: image/jpeg");
imagejpeg($im);
?>

ajax2.php

var xmlHttp;
function S_xmlhttprequest(){
if(window.ActiveXObject){
xmlHttp = new ActiveXObject('Microsoft.XMLHTTP');
} else if (window.XMLHttpRequest){
xmlHttp = new XMLHttpRequest();
}
}
function funphp(){
S_xmlhttprequest();
xmlHttp.open("GET","for2.php?",true);
xmlHttp.onreadystatechange=byphp;
xmlHttp.send(null);
}
function byphp(){
var byphp10=xmlHttp.responseText;
document.getElementById('php').innerHTML = byphp10;

}
不知道是不是因为页面缓存的问题
展开
 我来答
电票邦贴现计算器
2012-07-20 · 超过31用户采纳过TA的回答
知道答主
回答量:76
采纳率:0%
帮助的人:69.4万
展开全部
<img src='for2.php?'>

js 更换img的src时 在for2.php后面加 随机字符。如 "for2.php?"+mathi.random();
更多追问追答
追问
我只要改index.php的 改成就行了吗 那我ajax.php要改吗
追答
"for2.php?"+mathi.random();  这个是改你操作刷新的 js函数里面的。  这个不用改
hi11181985
2012-07-24 · 超过25用户采纳过TA的回答
知道答主
回答量:53
采纳率:100%
帮助的人:61.9万
展开全部
<img src="for2.php" id="codeimg"><br><br>
<a href="#" onclick="funphp()">换一张</a>
<script type="text/javascript">
function funphp(){
document.getElementById("codeimg").src = "for2.php?ts=" + (new Date()).getTime();
}
</script>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友51cd0be
2012-07-20 · 超过40用户采纳过TA的回答
知道小有建树答主
回答量:84
采纳率:0%
帮助的人:57.2万
展开全部
提前声明 我没有试你的代码
解决缓存办法。 在获取验证码的url上多添加一个参数 ,参数值可以是随机数,可以是时间
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式