So , my question is kinda big, but could anybody help me succeed this? I dont know how, I searched for 2 hours, with no luck. I use bravenet password protect to protect my pages, and I want, if the user loggs in successfully, the pop up to close and the page the pop up came from to go to , for example, google.com ...
So I am giving you the html ode of the loin form, the only thing i can do to help you:
<!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>
Please help me Iam desparate:/ The page loads inside the popup, and this sucks:/
Sincerely, Tasos Papalyras