1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>身份认证</title> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="expires" content="0"> <script> function gid(id) { return document.getElementById(id); } </script> </head> <body> <!-- isretnow,0复杂 --> <form id="loginForm" action="" method="post" style="display: hidden"> <input type="hidden" name="errorcode" id="errorcode" value="1" /><input type="hidden" name="continueurl" id="continueurl" value="" /> <input type="hidden" name="ssoticketid" id="ssoticketid" value="1fd67d4a48c5b9681280f22899e54bd1" /> </form> <script type="text/javascript"> document.getElementById('loginForm').action = 'http://card.cqu.edu.cn/cassyno/index'; //document.getElementById('loginForm').action = ''; document.getElementById('loginForm').submit(); </script> </body> </html>