CXYVIP官网源码交易平台_网站源码_商城源码_小程序源码平台-丞旭猿论坛
CXYVIP官网源码交易平台_网站源码_商城源码_小程序源码平台-丞旭猿论坛
CXYVIP官网源码交易平台_网站源码_商城源码_小程序源码平台-丞旭猿论坛

javascript 图片上传预览-兼容标准

实现代码如下:

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=gb2312″ />
<title>js图片上传预览</title>
<script language=”javascript” type=”text/javascript”>
function $(obj){
    return document.getElementById(obj);
}
window.onload = function(){
    $(“file1”).onchange = function(){
        this.select();
        $(“img1”).src = “file:///”+document.selection.createRange().text;
    }
}
</script>
</head>

<body>
<form name=”form1″>
    <input type=”file” name=”file1″ id=”file1″ />
</form>
<img src=”https://www.home1024.com/” id=”img1″ />
</body>
</html>

保存到本地.htm格式,即可

以上就是【javascript 图片上传预览-兼容标准】的全部内容了,欢迎留言评论进行交流!

© 版权声明
THE END
喜欢就支持一下吧
点赞0赞赏 分享
相关推荐
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容