<SCRIPT>
window.onload = img_resize;
function img_resize(){
// 이미지 사이즈 조절.
if (document.attach_img.width > 360) {
document.attach_img.width = 360;
}
}
ㅎㅎ...ㅋㅋ
<SCRIPT>
window.onload = img_resize;
function img_resize(){
// 이미지 사이즈 조절.
if (document.attach_img.width > 360) {
document.attach_img.width = 360;
}
}
ㅎㅎ...ㅋㅋ