[Tickets #2700] Login-problem IE6 using IMP 3.0.5 (buildin to plesk)
bugs@bugs.horde.org
bugs at bugs.horde.org
Wed Sep 28 07:23:23 PDT 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=2700
-----------------------------------------------------------------------
Ticket | 2700
Updated By | broxi at gmx.net
Summary | Login-problem IE6 using IMP 3.0.5 (buildin to plesk)
Queue | IMP
Version | 4.0.3
State | Feedback
Priority | 1. Low
Type | Bug
Owners |
-----------------------------------------------------------------------
broxi at gmx.net (2005-09-28 07:23) wrote:
Here's the JS-Code (Error-Line marked with // ERROR HERE)
<IE:clientcaps ID="objCCaps" />
<script language="JavaScript" type="text/javascript">
<!--
function setFocus()
{
if (document.imp_login.imapuser.value == "") {
document.imp_login.imapuser.focus();
} else {
document.imp_login.pass.focus();
}
}
function submit_login(e)
{
if (typeof e != 'undefined' && !enter_key_trap(e)) {
return;
}
if (document.imp_login.imapuser.value == "") {
alert('Bitte geben Sie Ihren Benutzernamen an.');
document.imp_login.imapuser.focus();
return false;
} else if (document.imp_login.pass.value == "") {
alert('Bitte geben Sie Ihr Passwort an.');
document.imp_login.pass.focus();
return false;
} else {
document.imp_login.loginButton.disabled = true;
//ERROR HERE document.imp_login.ie_version.value =
objCCaps.getComponentVersion("{89820200-ECBD-11CF-8B85-00AA005B4383}","compo
nentid");
document.imp_login.submit();
return true;
}
}
//-->
More information about the bugs
mailing list