fingh 发表于 2007-4-27 10:26:04

***按钮特效***字段清除script

把下列代码加到网页的<body></body>标签之间 从google下载我的照片管理软件
--------------------------------------------------------------------------------


<!--two steps to installing this script-->
<!--1)insert below in head section of your page-->

<script language="javascript">
<!--

//this credit must stay intact
//script by java-scripts.net and http://wsabstract.com

function doclear(thetext) {
if (thetext.value == thetext.defaultvalue) {
thetext.value = ""
}
}
//-->
</script>

<!--2)add the following onfocus event into your form field, as follows-->

<form>
<input type="text" size=15 value="enter name" onfocus="doclear(this)">
</form>


      











------------ -------------------- -- ----

拥有三人行论坛管理系列软件,一个人就可以管理一个论坛的更新维护。还能使您的论坛有千人在线的真实火暴效果, 让您不 在为论坛因没有人气而留不住会员而烦恼,使您的论坛早日成为一流的论坛。详情请登陆网站:h ttp://www.cnsrx.cn 三人行论坛管理 软件,站长必备的专业好工具。(您使用的是免费版本,购买收费版本后,将不带广告。业务 QQ:247216 44 985227)
页: [1]
查看完整版本: ***按钮特效***字段清除script