java web开发实例大全 实例262 TypeError: document.selection is undefined
发表在JavaWeb图书答疑 2016-08-09
是否精华
版块置顶:
var file = document.getElementById("filepath");
var filePath;
file.select();
try{
filePath = document.selection.createRange().text;//获得文件的本地路径

finally{
document.selection.empty();
}
用firefox运行 ,在doucument.selection.empty();中报错,文件名称和路径不㫫示,
用IE,也不显示,
filePath = document.selection.createRange().text;//获得文件的本地路径是不是IE相关
在firefox中用 file.files.item(0).getAsDataURL();替换也不行
实例260中也存在同样的问题,
分享到:
精彩评论 1
静心_mrkj
学分:0 LV1
2016-08-10
沙发
document.selection在IE中才有的。firefox/chrome支持obj.selectionStart,obj.selectionEnd这两个属性
要取得选择的文本,下面这样试试
if(document.selection){
return document.selection.createRange().text;
}else{
return obj.value.substring(obj.selectionStart,obj.selectionEnd);
}
首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照