onselectstart ne fonctionne pas sous firefox
Le code suivant doit m'afficher une alert lorsque je sélectionne texte à l'intérieur du body :
Code:
1 2 3 4 5 6 7 8 9 10 11 12
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title></title>
</head>
<body onselectstart="alert('SELECT')" style="width:100%;height:100%;background-color:Red;">
TEXTE PAS SELECTIONNABLE
</body>
</html> |
Ce code fonctionne très bien sur Ie 8 mais pas sur Firefox 3.5.
Une explication ?
Une alternative à onselectstart ?
merci