0

我使用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>

例子

页面在弹出窗口中加载,这很糟糕:/

4

1 回答 1

0

伙计们,我找到了解决方案,正如 JMax 所说我只是将代码放在提交按钮中,它完全有效:D 检查自己:http ://aunabzzzolution.weebly.com/

于 2013-01-02T20:48:51.347 回答