YesYo.com MintState Forums
뒤로    Go3.co.kr MintState BBS > Tech > Javascript
검색
멤버이름    오토
비밀번호 
 

실시간 이미지 불러와 width 와 height 가져오기

페이지 정보

작성자 MintState 댓글 0건 조회 15,234회 작성일 08-10-31 11:53

본문

실시간 이미지 불러와 width 와 height 가져오기

01<script language="JavaScript" type="text/JavaScript">
02<!--
03function img_resize() {
04    img=Frm.img_id.src;
05    foto1= new Image();
06    foto1.src=(img); 
07    if(foto1.width>500){
08     Frm.img_id.width="500";
09    }else{
10     Frm.img_id.width=foto1.width;
11    }
12}
13 
14function img_change(file_nm_val)
15{
16  img_url="/upload_data/" + file_nm_val;
17document.all['img_id'].src=img_url
18img=Frm.img_id.src;
19    foto1= new Image();
20    foto1.src=(img_url); 
21    if(foto1.width>500){
22     Frm.img_id.width="500";
23    }else{
24     Frm.img_id.width=foto1.width;
25    }
26}
27// -->
28</script>
29 
30<img src="/upload_data/imgname.gif" name="img_id" width="410" height="305" class="imgborder" id="img_id">
31<img src="/upload_data/img_name2.gif" width="130" height="90" border="0" onMouseOver="img_change('img_name2.gif')" style="cursor:hand">

댓글목록

등록된 댓글이 없습니다.

Total 179건 8 페이지
게시물 검색
모바일 버전으로 보기
CopyRight ©2004 - 2025, Go3.co.kr MintState. ™