我使用bravenet密码保护来保护我的页面,并且我希望,如果用户成功登录,弹出关闭并且弹出的页面来自于,例如google.com ...
所以我给你里脊形式的 html 代码,我能做的唯一的事情是帮助你:
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div style="text-align: left;padding-left:5px;"class="login">
<form action="http://pub49.bravenet.com/passwd/show.php" method="post">
<input type="hidden" name="usernum" value="4136972029" />
<div style="padding:3px; font: bold 24px arial;color:#00cccc;">Login</div>
<input style="color:#000000;" type="text" required title="Username required" placeholder="Username" data-icon="U"type="text" name="uname" size="15" maxlength="30" style="width: 100px">
<input style="color:#000000;" type="password" required title="Password required" placeholder="Password" data-icon="x"type="password" name="passwd" size="15" maxlength="30" style="text-aign:center;">
<div> <input type="submit" name="submit" value="Login" style="width: 235px;"> </div>
</form>
</div>
</body>
</html>
页面在弹出窗口中加载,这很糟糕:/