Code Library
Home Submit Free Hosting Link To Us Contacts

JavaScript Disappear Text

JavaScript Disappear Text JavaScript JavaScript Disappear Text Download (.zip)



<script language="Javascript"> 
<!-- 
function doClear(theText) { if (theText.value == theText.defaultValue) { theText.value = "" } } 
//--> 
</script> 
<input type="text" size=15 value="Text" onFocus="doClear(this)">






Tatet