set fso = createobject("Scripting.FileSystemObject")
If fso.FileExists(imageURL) Then
Set objImage = LoadPicture(imageURL)
imgWidth = clng(objImage.Width * 24 / 635)
imgHeight = clng(objImage.Height * 24 / 635)
set objImage = Nothing
end if
'Asp' 카테고리의 다른 글
Excel header (0) | 2012.08.10 |
---|---|
session 유지 시간 변경하기 (0) | 2011.11.24 |
한글 파일명 다운로드시 한글 깨짐 해결 (UTF-8) (0) | 2011.05.13 |
엑셀 저장시 앞자리 숫자 0 표시 (0) | 2011.02.23 |
브라우저 구별 (0) | 2011.02.23 |