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 <[EMAIL PROTECTED]>
http://dickey.his.com
ftp://dickey.his.com
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]