28-09-2008, 05:31 PM
A voir avec ceci ?
En php, cela fonctionne mais j'ai jamais testé avec Javascript.
Code PHP :
<?php
switch(true){
case this.value > 0 :
alert('positif');
break;
}