i have a strange bahaviour inside onHtmlChange
check the value of Pict. To Do , must be between 0 and 255 .
first time input value is - 1 --> HTML update is 1 :: OK
second time input value is -2 --> HTML update is -2 :: KO
third time input value is 259--> HTML update is 255 :: OK
fourth input value is 280-> HTML update is 280 :: KO
fith input value is - 1 --> HTML update is 1 :: OK
it's seem the update of HTML is only valide one time for the same condtion.
if i use the condition several time .. no update of value in the HML .
I said "weird, weird"... how strange! (« Drôle de drame » 1937)

the html page : the code inside the event :