<img src="" id=i0 =chk()>
<input type=file id=fl onchange="i0.src=this.value">
<script>
function chk() {
a=document.images.i0;
alert(a.width+'x'+a.height+'='+a.fileSize);
}
</script>
<input type=file id=fl onchange="i0.src=this.value">
<script>
function chk() {
a=document.images.i0;
alert(a.width+'x'+a.height+'='+a.fileSize);
}
</script>
'Programming > HTML & Java Script' 카테고리의 다른 글
| 마우스 롤오버로 글자색 바꾸기 (0) | 2006.09.04 |
|---|---|
| 라디오버튼 입력체크 확인 (0) | 2006.08.31 |
| 폴딩치트 스크립트 (0) | 2006.08.28 |
| textarea 클릭으로 rows 늘리기 (0) | 2006.08.27 |
| 다 입력하면 다음 포커스로 이동시키기 (0) | 2006.08.16 |
| 숫자만 입력할 수 있게하는 스크립트 (0) | 2006.08.16 |
| 패스워드 입력하고 엔터쳐서 로그인하기 (0) | 2006.08.16 |
| 우편번호 검색하고 결과를 부모창에 집어넣기 (0) | 2006.08.16 |
| 영어랑 숫자만 입력하게 하기 (0) | 2006.08.15 |
| 인풋 탭 이동순서 정하기 (0) | 2006.08.15 |
