아웃로그인에서 없애는 방법좀 알려주세요..^^ > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

아웃로그인에서 없애는 방법좀 알려주세요..^^ 정보

아웃로그인에서 없애는 방법좀 알려주세요..^^

첨부파일

outlogin.skin.1.php (1.9K) 2회 다운로드 2007-07-17 11:48:28

본문

untitled1_copy.jpg
 
여기보면 하늘색 표시 된거 있자나요.. 그냥 안나오게 방법좀 알려주세요..^^
  • 복사

댓글 전체

js/wrest.js 파일 마지막 부분을 수정하세요

:

                // 필수 입력일 경우는 * 배경이미지를 준다.
                if (document.forms[i].elements[j].getAttribute("required") != null)
                {
                    //document.forms[i].elements[j].style.backgroundColor = wrestFldDefaultColor;
                    //document.forms[i].elements[j].className = "wrest_required";
                    document.forms[i].elements[j].style.backgroundImage = "url("+g4_path+"/js/wrest.gif)";
                    document.forms[i].elements[j].style.backgroundPosition = "top right";
                    document.forms[i].elements[j].style.backgroundRepeat = "no-repeat";
                }
<input name="mb_id" type="text" class=ed size="12" maxlength="20" required itemname="아이디" value='아이디' onMouseOver='chkReset(this.form);' onFocus='chkReset(this.form);'>

위의 소스에서 required  를 삭제 하세요

수정후 소스
<input name="mb_id" type="text" class=ed size="12" maxlength="20" itemname="아이디" value='아이디' onMouseOver='chkReset(this.form);' onFocus='chkReset(this.form);'>
© SIRSOFT
현재 페이지 제일 처음으로