[horde] Identities Prob in Head
Fred Wunderlich
fwunder at pwr.com
Thu Aug 22 06:00:10 PDT 2002
I've been trying to sleuth the problem I have been having with IMP identities
and the form-auto-fill not working for me in IE on Mac or PC. This is with IMP
cvs HEAD.
Looking at the source of the loaded page (/horde/imp/identities.php?Horde=5cb...)
I see the following:
function checkSubmit()
{
cancel = cancelSubmit;
cancelSubmit = false;
<br />
<b>Notice</b>: Undefined property: majorVersion in
<b>/home/sites/home/web/horde/imp/templates/identities/javascript.inc</b> on
line <b>119</b><br />
return !cancel;
}
In javascript.inc I see:
115: function checkSubmit()
116: {
117: cancel = cancelSubmit;
118: cancelSubmit = false;
119: <?php if ($browser->getBrowser() == 'msie' && $browser->majorVersion >= 4):
120: ?>
121: window.event.returnValue = !cancel;
122: <?php endif; ?>
123: return !cancel;
124: }
Where do I look next to fix the problem?
Thanks!
Fred Wunderlich
Power Images
More information about the horde
mailing list