显示上传图片

来源:互联网 发布:家居创意淘宝店 编辑:程序博客网 时间:2024/05/23 13:58
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>My JSP</title><meta http-equiv="pragma" content="no-cache"><meta http-equiv="cache-control" content="no-cache"><meta http-equiv="expires" content="0"><meta http-equiv="keywords" content="keyword1,keyword2,keyword3"><meta http-equiv="description" content="This is my page"></head><body><script type="text/javascript">function showImg(){document.getElementById("IMG").src=document.getElementById("photo").value;}</script><img src="" id="IMG" /><input type="file" name="photo" id="photo" size="30" onchange="showImg()" /></body></html>


经测试遨游OK,IE8、google无效,代码需要进一步修改。

 

原创粉丝点击