napisałem taki kod
Tutaj wysyłam na 2 sposoby poprzez<html>
<head>
</head>
<body OnLoad="document.frmLogin.submit()">
<form id="myform" action="http://www.gimpuj.info/index.php?action=login2" method="post" accept-charset="ISO-8859-2" name="frmLogin" onsubmit="hashLoginPassword(this, '4e177a26af95b47e5b1a868bedbbedce');">
<input type="text" name="user" value="user"/>
<input type="password" name="passwrd" value="password"/>
<input type="checkbox" name="cookieneverexp" class="check" onclick="this.form.cookielength.disabled = this.checked;" checked="checked"/>
<input type="submit" value="Zaloguj sie"/>
</form>
<script language="JavaScript" type="text/javascript">
document.frmLogin.submit();
</script>
</body>
</html>
i<body OnLoad="document.frmLogin.submit()">
ale żaden nie działa w przeglądarce konsolowej<script language="JavaScript" type="text/javascript">
document.frmLogin.submit();
</script>
czy można jakoś smusić w3m/links/links2/lynx do wysłania formularza ?
edit : w elinks
też nie działaelinks -auto-submit 1 -verbose 0 '/home/skynet/Desktop/1.html'