lynx-dev
[Top][All Lists]
Advanced

[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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]