SapDB Team,

Bug in WebSQL using the Netscape 7.0 on Linux

every key press throws the javascript error:

Error: window.event has no properties
Source File: http://localhost:85/websql?logoff
Line: 70

this error occur with module: wqlogonmain.htm

with function HandleKeys

function HandleKeys()
 {
   switch(window.event.keyCode) {
     case 13:
       Logon();
       break;
     case 27:
       history.back();
       break;
   }
 }


TIA

Cl�vis Wichoski
Supridatta


_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to