您现在的位置: 365建站网 > 365文章 > 表单(textarea)有关焦点的用法大全

表单(textarea)有关焦点的用法大全

文章来源:365jz.com     点击数:873    更新时间:2009-09-16 11:48   参与评论

文本框(text)有关焦点的用法大全(白鸽精心创作整理) | 首页| 博客个性化,你还差鼠标指针这一步——轻松搞定鼠标指针图片上传 »


本文最近一次修改时间为:2007年10月01日 @ 10:21 pm
  1.文本框显示默认文字:

<textarea>白鸽男孩</textarea>
<textarea>白鸽男孩</textarea>
  2.鼠标点击文本框,默认文字消失:

<textarea onfocus=”if(value==’白鸽男孩’) {value=’ ‘}”>白鸽男孩</textarea>
<textarea onfocus=”if(value==’白鸽男孩’) {value=’ ‘}”>白鸽男孩</textarea>
  3.鼠标移至文本框,默认文字消失:

<textarea onmouseover=”focus()” onfocus=”if(value==’白鸽男孩’) {value=’ ‘}”>白鸽男孩</textarea>
<textarea onmouseover=”focus()” onfocus=”if(value==’白鸽男孩’) {value=’ ‘}”>白鸽男孩</textarea>
  4.鼠标点击文本框,默认文字消失,点击文本框外任意区域,默认文字又重现:

<textarea onfocus=”if(value==’白鸽男孩’) {value=’ ‘}” onblur=”if(value==’ ‘) {value=’白鸽男孩’}”>白鸽男孩</textarea>
<textarea onfocus=”if(value==’白鸽男孩’) {value=’ ‘}” onblur=”if(value==’ ‘) {value=’白鸽男孩’}”>白鸽男孩</textarea>
  5.鼠标移至文本框,默认文字消失,鼠标移出文本框,默认文字又重现:

<textarea onmouseover=”focus()” onfocus=”if(value==’白鸽男孩’) {value=’ ‘}” onmouseout=”blur()” onblur=”if (value==’ ‘) {value=’白鸽男孩’}”>白鸽男孩</textarea>
<textarea onmouseover=”focus()” onfocus=”if(value==’白鸽男孩’) {value=’ ‘}” onmouseout=”blur()” onblur=”if (value==’ ‘) {value=’白鸽男孩’}”>白鸽男孩</textarea>
  6.鼠标单击文本框,文本框内任何文字消失(包括默认文字及后来输入的文字):

<textarea onclick=”value=’ ‘”>白鸽男孩</textarea>
<textarea onclick=”value=’ ‘”>白鸽男孩</textarea>
  7.鼠标移至文本框,文本框内任何文字消失(包括默认文字及后来输入的文字):

<textarea onmouseover=”value=’ ‘”>白鸽男孩</textarea>
<textarea onmouseover=”value=’ ‘”>白鸽男孩</textarea>
  8.单击文本框后全选文本框内的文字:

<textarea onfocus=”select()”>白鸽男孩</textarea>
<textarea onfocus=”select()”>白鸽男孩</textarea>
  9.鼠标移至文本框全选文本框内的文字:

<textarea onmouseover=”focus()” onfocus=”select()”>白鸽男孩</textarea>
<textarea onmouseover=”focus()” onfocus=”select()”>白鸽男孩</textarea>
  10.回车后焦点从当前文本框转移到下一个文本框:

<textarea onkeydown=”if(event.keyCode==13)event.keyCode=9″>白鸽男孩</textarea>
<textarea onkeydown=”if(event.keyCode==13)event.keyCode=9″>白鸽男孩</textarea>
  11.回车后焦点从当前文本框转移到指定位置:

<textarea onkeypress=”return focusNext(this,’指定位置的id名称’,event)”>白鸽男孩</textarea>

来自:

http://hi.baidu.com/depboy/blog/item/66f207316304e71debc4afec.html

如对本文有疑问,请提交到交流论坛,广大热心网友会为你解答!! 点击进入论坛

发表评论 (873人查看0条评论)
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
昵称:
最新评论
------分隔线----------------------------

快速入口

· 365软件
· 杰创官网
· 建站工具
· 网站大全

其它栏目

· 建站教程
· 365学习

业务咨询

· 技术支持
· 服务时间:9:00-18:00
365建站网二维码

Powered by 365建站网 RSS地图 HTML地图

copyright © 2013-2024 版权所有 鄂ICP备17013400号