随笔-208  评论-469  文章-30  trackbacks-0
<input name="w_s" type="file" id="w_s" onChange="load_img(this.value,img_s);">
<input name="w_b" type="file" id="w_b" onChange="load_img(this.value,img_b);">
<div id="img_s"></div>
<div id="img_b"></div>

<script language="javascript">
<!--
function load_img(p_src,write_id){
var t_html;
if(p_src!=''){
if(write_id==img_s){
t_html="<img src='"+p_src+"' onLoad='javascript:if(this.width>120){this.width=120;}if(this.height>120){this.height=120;}'>";
}else{
t_html="<img src='"+p_src+"' onLoad='javascript:if(this.width>240){this.width=240;}if(this.height>240){this.height=240;}'>"; 
}
}else{
t_html="";
}
write_id.innerHTML=t_html;
}
//-->
</script>

posted on 2007-03-16 20:46 EricWong 阅读(373) 评论(0)  编辑  收藏 所属分类: others

只有注册用户登录后才能发表评论。


网站导航: