Hi all,
I'm having troubles accessing my bank's online services from Mozilla
1.6.
I contacted the bank's webmaster and he told me that "for security
reasons" those services where only available for Internet Explorer !
Anyway, after login into that site, I got this piece of code for the
browser validation:
<SCRIPT LANGUAGE="JavaScript1.1">
<!-- Begin
function right(e) {
if (navigator.appName == 'Netscape' &&
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("Copyright (c) 2002 - Corporaci�n G&TContinental - Guatemala
-");
return false;
}
return true;
}
Is there a way to emulate browser ID in Mozilla?
I read that it can be done in Konqueror. BTW, I'm also using GNOME 2.4
and Debian Linux 3.
Thanks in advance,
Hector
_______________________________________________
Mozilla-security mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-security