PHP验证码,点开不清刷新要怎么做啊

生生的验证码程序<?phpsrand((double)microtime()*1000000);$im=imagecreate(45,18);$black=imageco... 生生的验证码程序
<?php
srand((double)microtime()*1000000);
$im=imagecreate(45,18);
$black=imagecolorallocate($im,0,0,0);
$white=imagecolorallocate($im,255,255,255);
$gray=imagecolorallocate($im,200,200,200);
imagefill($im,0,0,$gray);
session_register("autonum");
$_SESSION["autonum"]="";
for($i=0;$i<4;$i++){
$str=mt_rand(1,3);
$size=mt_rand(3,6);
$authnum=mt_rand(0,9);
$_SESSION["autonum"].=$authnum;
imagestring($im,$size,(5+$i*10),$str,$authnum,imagecolorallocate($im,rand(0,130),rand(0,130),rand(0,130)));
}
for($i=0;$i<200;$i++){
$randcolor=imagecolorallocate($im,rand(0,255),rand(0,255),rand(0,255));
imagesetpixel($im,rand()%70,rand()%30,$randcolor);
}
imagepng($im);
imagedestroy($im);
?>
调用和程序,可那个看不清使它刷新要怎么做,偶做的老是打开别一个页啊
<table width="220" height="173" border="0" align="left" cellpadding="0" cellspacing="0">
<input type="submit" value="登录"/>
<input type="reset" value="重置"/>
<span class="STYLE30"><a href="dd" class="link2">注册</a></span><span class="STYLE28"> 
<a href="" onClick="img11.src='xym.php'"class="a1">看不请</a></span></p></td>

<td> </td>
</tr>
<tr>
<td><p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p></td>
<td> </td>
</tr>
</table>
</form></td>
</tr>
</table>
不行啊,点看不清打开的是另一个页
展开
 我来答
fanyanyang1025
2009-04-21 · TA获得超过111个赞
知道答主
回答量:73
采纳率:0%
帮助的人:0
展开全部
估计是xym.php浏览器缓存,后面加个随机参数试试。<a href="" onClick="img11.src='xym.php?r='+Math.random()" class="a1">看不清</a>
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式