Jonathan under SUNhttp://blog.yesky.com/Blog/jonathanundersun/复制地址
控制面板
日历
<2008年12月>
SuMoTuWeThFrSa
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910
留言簿(0)
文章档案

1、定义一个file类型的input
2、放一个image
3、选择文件后将image的src设置为file的value

<form id="form1">
<input type="file" name="file" onChange="image1.src=file.value">
</form>
<img name="image1" id="image1" src="images/error.jpg" width="44" height="34">


作者:Jonathan's SUN 阅读() 评论()  编辑 发表于:2005-03-25 16:41
相关内容
文章评论

暂无人对此文章发表评论!

发表评论
标题 *  
姓名 *  
内容 *  
   验证码: *       
       
版权声明:天极是本Blog托管服务提供商。如本文牵涉版权问题,天极不承担相关责任,请版权拥有者直接与文章作者联系解决。
Powered by:

Copyright © Jonathan's SUN