Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Undefined value in window.event.keycode
Message
Information générale
Forum:
Internet
Catégorie:
HTML
Titre:
Undefined value in window.event.keycode
Divers
Thread ID:
00564833
Message ID:
00564833
Vues:
105
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform