带有图片预览功能的上传表单的完整HTML

时间:2007-11-01 18:48:58 来源:网页教学网 广告:亚洲交友中心

带有图片预览功能的上传表单,完整的HTML代码如下所示

<html>      
<head>      
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">      
<title>带有图片预览功能的上传表单webjx.com</title>      
<script>      
function viewmypic(mypic,imgfile) {       
if (imgfile.value){       
mypic.src=imgfile.value;       
mypic.style.display="";       
mypic.border=1;       
}       
}       
</script>      
</head>      
<body>      


<center>      
<form >      
<input name="imgfile" type="file" id="imgfile" size="40" onchange="viewmypic(showimg,this.form.imgfile);" />      
<br />      
</form>      
<img name="showimg" id="showimg" src="" style="display:none;" alt="预览图片" />      
<br />      
</div>      
<div style="display:none">      
</div>      
</center>      
</body>      
</html>

草根站长故事,经验文章,如果你喜欢本篇文章,请发给你的站长朋友一起分享本文 会员投稿
 

文章评论

    评论加载中…

24小时热门信息