Your JavaScript: function clearContents(element) { element.value = ''; }. And your HTML: <textarea onfocus="clearContents(this);">Please ...
確定! 回上一頁