I would like to clear all the input in my website even if the parameters for loggin have been saved by the navigator,
I've tried to do that using that on the concerned input
<input type="text" name="login" placeholder="Adresse E-mail" onload="this.value=''">
Is there an other way for doing that?
anykind of help wull be much appreciated.