고객센터 : 031-548-0481 /호스팅문의:1644-2646 /서버호스팅문의 : 070-7573-5515/ 평일근무 : 09:00~18:00 / 토/일요일, 공휴일 휴무

1:1 고객상담문의 FAQ 자동답변

나노코팅 나노엔

구매안내

  • 아티보드 2.0
  • 아티보드 3.0
  • 아티카페
  • 파일공유사이트
솔루션 > 커뮤니티 > 사용팁

사용팁|

이미지 등록시 이미지파일 체크 자바스크립트_수정2|아티보드2.0

  • 최경수
  • |조회수 : 2647
  • |추천수 : 0
  • |2007-07-11 오후 4:33:53
board.js 안에 verify_data()에
 
show_waiting(); 바로 위에 아래 소스를 추가하세요
 
if(document.theForm.strImgFileName != null){
  var ext;
  var cnt;
  if(document.theForm.strImgFileName.length != null){
   cnt = document.theForm.strImgFileName.length
   for(cnt_i = 0;cnt_i <= cnt-1 ;cnt_i++ ){
    ext = document.theForm.strImgFileName[cnt_i].value;
    ext = ext.substring(ext.length-3,ext.length);
    ext = ext.toLowerCase();
    
    if((ext != 'jpg' && ext != 'jpeg' && ext != 'gif') && document.theForm.strImgFileDelete[cnt_i] == null){
     alert("jpg또는 gif파일을 등록하세요.");
     document.theForm.strImgFileName[cnt_i].focus();
     return;
    }
   
   }
  }else if(document.theForm.strImgFileName != null){
   ext = document.theForm.strImgFileName.value;
   ext = ext.substring(ext.length-3,ext.length);
   ext = ext.toLowerCase();
   if((ext != 'jpg' && ext != 'jpeg' && ext != 'gif') && document.theForm.strImgFileDelete == null){
    alert("jpg또는 gif파일을 등록하세요.");
    document.theForm.strImgFileName.focus();
    return;
   }
  }
 }
파란색 조건문이 바꼈습니다. 기존에건 게시

댓글 2

  • 최백호
  • 2007.07.16 11:21
경수님 감사합니다.. ^^ 아티보드

수정 삭제

뭔가 이상해서 봤던니 사이트에 수정해논 소스를 안덮었네요.. 급히 글수정했다는..혹시라도 이소스 쓰신분이 계시다면 다시 긁어가

번호 제목 닉네임 조회수 작성일