|
|
|
20년 전
|
조회 2,579
|
|
|
|
20년 전
|
조회 2,394
|
|
|
|
20년 전
|
조회 3,548
|
|
|
|
20년 전
|
조회 2,445
|
|
|
|
20년 전
|
조회 2,763
|
|
|
|
20년 전
|
조회 3,353
|
|
|
|
20년 전
|
조회 3,003
|
|
|
|
20년 전
|
조회 3,055
|
|
|
|
20년 전
|
조회 2,836
|
|
|
|
20년 전
|
조회 3,943
|
|
|
|
20년 전
|
조회 3,800
|
|
|
|
20년 전
|
조회 3,289
|
|
|
|
20년 전
|
조회 3,209
|
|
|
|
20년 전
|
조회 3,472
|
|
|
|
20년 전
|
조회 3,034
|
|
|
|
20년 전
|
조회 3,470
|
|
|
|
20년 전
|
조회 3,601
|
|
|
|
20년 전
|
조회 2,934
|
|
|
|
20년 전
|
조회 3,510
|
|
|
|
20년 전
|
조회 2,824
|
댓글 3개
// 필수 입력일 경우는 * 배경이미지를 준다.
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";
}