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

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

페이지 정보

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

본문

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

<script language="JavaScript" type="text/JavaScript">
<!--
function img_resize() { 
    img=Frm.img_id.src;
    foto1= new Image(); 
    foto1.src=(img);  
    if(foto1.width>500){
     Frm.img_id.width="500";
    }else{
     Frm.img_id.width=foto1.width;
    }
} 

function img_change(file_nm_val)
{
  img_url="/upload_data/" + file_nm_val;
document.all['img_id'].src=img_url
img=Frm.img_id.src;
    foto1= new Image(); 
    foto1.src=(img_url);  
    if(foto1.width>500){
     Frm.img_id.width="500";
    }else{
     Frm.img_id.width=foto1.width;
    }
}
// -->
</script> 

<img src="/upload_data/imgname.gif" name="img_id" width="410" height="305" class="imgborder" id="img_id">
<img src="/upload_data/img_name2.gif" width="130" height="90" border="0" onMouseOver="img_change('img_name2.gif')" style="cursor:hand">

댓글목록

등록된 댓글이 없습니다.

Total 178건 3 페이지
Javascript 목록
번호 제목 글쓴이 조회 날짜
138 MintState 15044 11-17
137 MintState 15039 11-10
136 MintState 15039 11-17
135 MintState 15024 11-17
134 MintState 14901 05-13
열람중 MintState 14893 10-31
132 MintState 14806 04-16
131 MintState 14782 11-11
130 MintState 14728 02-23
129
레이어 팝업 댓글+ 2
MintState 14727 04-24
128 MintState 14693 11-17
127 MintState 14585 11-17
126 MintState 14501 06-09
125 MintState 14404 11-17
124 MintState 14268 11-17
123 MintState 14260 07-23
122 MintState 14143 11-17
121 MintState 14093 11-17
120 MintState 14015 11-03
119 MintState 14007 01-05
게시물 검색
모바일 버전으로 보기
CopyRight ©2004 - 2024, YesYo.com MintState. ™