အယူအဆ ဖြည့်ဖျက် ရန် ဘာကို လုပ်ကြည်း
ပြင်းပြတ် ခေါ်တွက် အယူအဆ ဖြည့်ဖျက် လေ့လာကြည့်
အယူအဆ ခုံးတွင် အရာဖြည့်ဖျက် ရန် စာကြိုး
ပြင်းပြတ် ခေါ်တွက် အယူအဆ ဖြည့်ဖျက်
<!-- အယူအဆ ပြင်းပြတ် ခေါ်တွက် အရာသစ် --> <input type="text" onfocus="this.value=''" value="Blabla">
အယူအဆ ဖြည့်ဖျက် ဖိုင်ခုံ
<button onclick="document.getElementById('myInput').value = ''">Clear input field</button> <input type="text" value="Blabla" id="myInput">
相关页面
教程:HTML 表单