if(document.getElementsByName("userfile[]")[0].value==false){

alert("이미지를 넣어주세요.");

return false;

}


<input type="file" name="userfile[]" id="w_file" size="50" ></td>


붉은색의 이름의 배열이 존재할때 체크방법입니다.


꼭 getElementsByName를 사용하지 않으셔두 됩니다.

'progarm_old > [HTML-JS]' 카테고리의 다른 글

HTML  (0) 2012.08.07
EditPlus 단축키 모음  (0) 2012.08.02
움직이는 태그marquee  (0) 2012.07.27
[asp] 특수문자변환  (0) 2012.07.24
MouseOver  (0) 2012.07.11

+ Recent posts