bravenet password protect を使用して自分のページを保護しています。ユーザーが正常にログインした場合は、ポップアップを閉じて、ポップアップの元のページに移動する必要があります。たとえば、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>
ページはポップアップ内に読み込まれますが、これは最悪です:/