www.gusucode.com > (自适应手机版)HTML5响应式家居床垫类网站源码 H5家具定制类网站织梦模板(demo422)源码程序 > (自适应手机版)HTML5响应式家居床垫类网站源码 H5家具定制类网站织梦模板(demo422)源码程序/www6/member/templets/js/inputAutoClear.js

    <!--
function inputAutoClear(ipt)
	{
	 	ipt.onfocus=function()
	 	{if(this.value==this.defaultValue){this.value='';}};
	 	ipt.onblur=function()
	 	{if(this.value==''){this.value=this.defaultValue;}};
	 	ipt.onfocus();
	} 
//-->