نموذج التحميل مع وظيفة معاينة الصورة ، رمز HTML الكامل كما يلي
<html>
<head>
<meta http-equiv = content-type content = text/html ؛ charset = gb2312>
<title> نموذج التحميل مع وظيفة معاينة الصورة cuoxin.com </title>
<script>
وظيفة ViewMypic (mypic ، imgfile) {
if (imgfile.value) {
mypic.src = imgfile.value ؛
mypic.style.display = ؛
mypic.border = 1 ؛
}
}
</script>
</head>
<body>
<centre>
<Porm>
<name input = 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>