专 题
|
电脑入门
|
操作系统
|
办公软件
|
电脑DIY
|
网页制作
|
等级考试
|
网络专栏
|
会员登陆
|
会员退出
会员注册
|
会员列表
当前位置:>
网络学院
> 阅读新闻
取得input中部分选中(selected)的值
时间:2006-10-12 9:04:54
取得input中部分选中(selected)的值(for IE and Firefox),这个例子非常不错,给大家共享一下。
<script language="javascript"> var agt=navigator.userAgent.toLowerCase(); var ie = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1) && (agt.indexOf("omniweb") == -1)); function a(){ var myArea = document.getElementById("s"); var selection; if (!ie){ if (myArea.selectionStart!= undefined) { selection = myArea.value.substr(myArea.selectionStart, myArea.selectionEnd - myArea.selectionStart); } }else{ if (window.getSelection){ selection = window.getSelection(); }else if (document.getSelection){ selection = document.getSelection(); }else if (document.selection){ selection = document.selection.createRange().text; } } alert(selection) } </script> <input type="text" value="testtest" id="s" name="s" onmouseup="javascript:a()" />
运行代码
复制代码
另存代码
收藏本页
【】【
大
中
小
】【
关闭
】来源:
铁通呼伦贝尔信息港
·上一条:
用css实现文字的自动隐藏
(10-12)
·下一条:
2006年12月大学英语四级考试最新预测卷(一)
(10-12)
相关专题:
无
尚无信息
相关信息:取得input中部分选中(selected)的值
尚无信息
╣ 取得input中部分选中(selected)的值 会员评论[共 0 篇] ╠
╣ 我要评论 ╠
姓 名:
密 码:
新人注册
推荐文章
-
Dreamweaver 4.0 新增
-
Dreamweaver经典技巧,
-
Dreamweaver的操作诀窍
-
十六则DW使用快技法
热门图片信息
尚无热门图片