CINXE.COM

<html> <head> <meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/> </head> <body> <div> <div style="padding: 15px;font-size: 16px;"> <div> <h3 style="margin-bottom:20px;">系统发现您的访问异常,请完成以下验证</h3> <div class=""> <form method="post" action="valid.php"> <p style="margin-bottom:5px;font-size: 14px;">请输入验证码或算式结果:</p> <p style="margin-bottom:5px;"> <input type="button" id="get-captcha" style="height:45px" value="点击获取验证码"> <img style="height:45px;vertical-align: middle;display: none;" src="" id="code" /> <input type="text" autocomplete="off" style="height:45px;vertical-align: middle;" name="captcha"> <input type="hidden" name="source" value="https://www.jobui.com/rank/company/view/"> <input type="hidden" name="ct" value="sua1"> </p> <p> <input type="submit" style="height: 40px;width: 80px;" value="提交"> </p> </form> </div> </div> <script type ="text/javascript" charset="utf-8" src="//staticjs4.jobui.com/template_1/js/common/jquery/jquery-3.6.0.min.js"></script> <script> $(document).ready(function() { var code = document.getElementById('code'); code.addEventListener('click', function() { code.src = 'captcha.php?' + Date.now(); }); // 点击获取验证码按钮 $('#get-captcha').click(function() { $('#get-captcha').hide() // 生成验证码 generateCaptcha(); // 显示验证码输入框 $('#code').show(); }); // 生成验证码 function generateCaptcha() { // 创建验证码图片的URL var captchaUrl = "https://" + window.location.host + "/tips/captcha.php?" + Date.now(); // 更新验证码图片的src属性 $("#code").attr("src", captchaUrl); } }); </script> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?90d68bd37705477f2f6f689b11d8aa3a"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> </div> </div> </body> </html>