On Sun, 26 Mar 2000, Frederic L. W. Meunier wrote:
Hi.
> I don't know but have a similar problem. My new ISP is using
> javascript for all submissions like change password and other
> services for clients. I asked the administrator to make a
> submit button, but you know: You're the only one using Lynx,
> and they ignore it.
>
> Strange is that with Links, another text based browser, I was
> able to modify my password, only. But it accepts 7 characters,
> not 8. Links doesn't support javascript too.
As for 7 chars vs 8 chars - this is the old bug in links - IMO it should use
<= when considering 'maxlength' attribute of 'input' tag, rather than '<',
IMO.
As for your particular problem - there is an obvious solution - download the
page you need to use with lynx (using 'd' - that way it will get <BASE>,
edit the html to add <input type=submit> - i.e. add button - and then load
that local file instead of ISP's). You can even insert your login in some
form field in order to save typing and save it.
>[...]
Best regards,
-Vlad