1.index.html代码,显示第三方验证码,并且设置提交到本地服务器
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<script type="text/javascript" src="jquery.js"></script>
</head>
<body>
<form action="test.php" method="post">
<input type="text" name="checkcode">
<img title="点击刷新" src="http://test.my.cc/test1.php" align="absbottom" onclick="this.src='http://test.my.cc/test1.php?'+Math.random();"></img>
<input type="hidden" name="sess_id" id="sess_id">
<input type="submit" name="submit" value="提交">
</form>
<