[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev rejection of lynx by website
From: |
Thomas Dickey |
Subject: |
Re: lynx-dev rejection of lynx by website |
Date: |
Thu, 8 Feb 2001 16:50:54 -0500 |
User-agent: |
Mutt/1.2.5i |
On Thu, Feb 08, 2001 at 03:23:48PM -0600, Leslie Fairall wrote:
> Ok, sorry about that. I'm fairly new at reading code, and don't always
> know what's relevant. Here is the whole Lynx.trace file.
...not the template - here's the real issue: lynx doesn't interpret
JavaScript (though I see some prompt for password past this point,
it's likely that the script relies on this):
> <HTML><HEAD><TITLE>Login</TITLE>
> <SCRIPT src="/javascript/md5.js"></SCRIPT>
> <SCRIPT>
> function validate_form(form) {
>
> var passwd_enc = calcMD5(form.password.value);
> var final_to_encode = passwd_enc + form.one_time_token.value
> form.encoded_pw.value = calcMD5(final_to_encode);
> form.password.value = "";
>
> return true;
--
Thomas E. Dickey <address@hidden>
http://dickey.his.com
ftp://dickey.his.com
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden
- Re: lynx-dev Lynx 2.8.4 with OpenSSL, (continued)
- Re: lynx-dev Lynx 2.8.4 with OpenSSL, Patrick Ash , 2001/02/08
- Re: lynx-dev Lynx 2.8.4 with OpenSSL, Thomas E. Dickey, 2001/02/08
- Re: lynx-dev Lynx 2.8.4 with OpenSSL, pg, 2001/02/08
- Re: lynx-dev Lynx 2.8.4 with OpenSSL, Thomas E. Dickey, 2001/02/08
- lynx-dev rejection of lynx by website, Leslie Fairall, 2001/02/08
- Re: lynx-dev rejection of lynx by website, Thomas Dickey, 2001/02/08
- Re: lynx-dev rejection of lynx by website, Leslie Fairall, 2001/02/08
- Re: lynx-dev rejection of lynx by website,
Thomas Dickey <=
- Re: lynx-dev rejection of lynx by website, David Woolley, 2001/02/08
- Re: lynx-dev rejection of lynx by website, David Woolley, 2001/02/08
- Re: lynx-dev rejection of lynx by website, Larry W. Virden, 2001/02/19