on focus doesnt work why?
<input id="size" type="text" value="16" class="StyleVal" style="width: 1.5em" onfocus="TEXT(this.id)" onblur="UNTEXT(this.id)"></input>
thanks alot
<input id="size" type="text" value="16" class="StyleVal" style="width: 1.5em" onfocus="TEXT(this.id)" onblur="UNTEXT(this.id)"></input>
thanks alot
Comment