软件大小: | 5908 K | ||
上传用户: | zergwyk | ||
关键词: | javascript 函数 | ||
下载地址: | 免注册下载 普通下载 |
相关代码 |
|
将文件字段中选取的图片在网页中显示出来 function showPicture(){ filename = form1.file.value; str = filename.split("."); extname = str[str.length - 1]; if(extname.toUpperCase() == "GIF" || extname.toUpperCase() == "JPG"){ pic.src = filename; }else{ alert("选取的图片格式不正确\n只能是GIF或JPG格式的图片"); } } //-->
相关资源 |
|