function clearText(obj){
if (obj.defaultValue==obj.value)
obj.value = ""
if (obj.style.backgroundImage != "")
obj.style.backgroundImage="";
}
말이 어렵나??
암튼 이거
Javascript
function clearText(obj){
if (obj.defaultValue==obj.value)
obj.value = ""
if (obj.style.backgroundImage != "")
obj.style.backgroundImage="";
}
말이 어렵나??
암튼 이거