-
-
function clearDefault(el) {
-
if (el.defaultValue==el.value) el.value = “”
-
}
-
// Then call this function using the ‘onfocus’ value of your input box:
-
<input value=“Your Comment” onfocus=“clearDefault(this)” type=“text”>
-
-
-
Changer le lien symbolique /etc/alternatives/editor
-
Exemple :
-
rm /etc/alternatives/editor
-
ln -s /usr/bin/vim /etc/alternatives/editor
“default” related tags
spirit’s tags
-