Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Undefined value in window.event.keycode
Message
From
05/10/2001 11:44:54
 
General information
Forum:
Internet
Category:
HTML
Title:
Undefined value in window.event.keycode
Miscellaneous
Thread ID:
00564833
Message ID:
00564833
Views:
104
From our previous thread, where I was using that code:
function FormLogin()
{
   if (window.event.keycode == 32)
   {
      javascript:document.Login.submit()
      window.event.keyCode = 0
      event.returnValue = false
   }
}
In regards to that, I had to adjust the = to be ==. The single equal is an assignment.

I also find that now everytime I go in this function, I can't do alert(window.event.keycode). It is always undefined. I put the alert just before the if. Any idea?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform