文本框提示内容

来源:互联网 发布:用python抓鸡赚钱 编辑:程序博客网 时间:2024/05/21 12:08
<html xmlns="http://www.w3.org/1999/xhtml" ><head runat="server">    <title>无标题页</title>    <script>function cls(){//捕获触发事件的对象,并设置为以下语句的默认对象with(event.srcElement)     //如果当前值为默认值,则清空if(value==defaultValue) value=""}function res(){//捕获触发事件的对象,并设置为以下语句的默认对象with(event.srcElement)//如果当前值为空,则重置为默认值if(value=="") value=defaultValue}</script><input value="填写您的昵称" onfocus="cls()" onblur="res()"><input value="填写您的生日(1900-01-01)"onfocus="cls()" onblur="res()"></head><body>    <form id="form1" runat="server">    <div>        </div>    </form></body></html>

原创粉丝点击