When the input field gets focus, replace its current value with an empty string --> <input type="text" onfocus="this.value=''" value="Blabla">.
確定! 回上一頁