So i tried Mozilla, BUT... its so old the Activex too...
In Chromium running this will fill the form in the site and even submit it and let me in.
Code: Select all
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<form id="frm1" action="http://www.somesite.org/user/login.php" method="get">
<input type="text" name="username" value="ric"><br>
<input type="password" name="password" value="123456"><br><br>
<input type="submit" value="Submit form">
</form>
<script>
document.getElementById("frm1").submit();
</script>
</body>
</html>
Is there any way to fill a form using the Webgadget with Mozilla...
Any advice is welcome

*BTW, in this browser era, PB is outdated in the browsers and its a shame that a very good programming language are outdated in the most important area of this years.