From: janw Date: Fri, 21 Oct 2005 12:56:29 +0000 (+0000) Subject: Tab-insert works now with Internet Explorer, too. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a97f0155135bc9b9f1e14bb57c50b1e799d66343;p=gosa.git Tab-insert works now with Internet Explorer, too. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1659 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/include/focus.js b/html/include/focus.js index 2629d7d86..9144c7c94 100644 --- a/html/include/focus.js +++ b/html/include/focus.js @@ -125,7 +125,7 @@ if (netscape){ document.captureEvents(Event.KEYPRESS); document.onkeypress= keyPress; } else { - document.onkeypress= keyPress; + document.onkeydown= keyPress; } function hide(element) {