onFocus="this.value=''"
------------------------------------------------------
(예)
<input type="text" name="kw" maxlength="200" size="30" value="검색" onFocus="this.value=''">
onFocus="this.value=''"
------------------------------------------------------
(예)
<input type="text" name="kw" maxlength="200" size="30" value="검색" onFocus="this.value=''">