Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Space to simulate a click on an image
Message
De
27/09/2001 19:06:29
 
 
À
27/09/2001 18:49:42
Information générale
Forum:
Internet
Catégorie:
HTML
Divers
Thread ID:
00561538
Message ID:
00561752
Vues:
27
This message has been marked as the solution to the initial question of the thread.
>>>Do you know the equivalent in Javascript?
>>
>>
function myAnchorSelect()
>>{
>>	if (window.event.keycode = 32)
>>		alert("Space bar was pressed!");
>>}
>
>The problem with that is that the space key press is in memory so even if it calls the form, the page is moving one page down.

Would this work?
window.event.keyCode = 0;
event.returnValue = false;
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform