메인메뉴 바로가기

HOME으로 가기


내장객체 Form 객체

페이지 정보

profile_image
작성자 너갱이
댓글 0건 조회 4,779회 작성일 15-05-15 16:37

본문

// ======== input태그에 readonly 적용하기

document.getElementsByName("input_Name")[0].readOnly = true;

// readonly 가 아닌 readOnly로 "O"를 대문자로 쓴다. 

 

 

 

 

<form action="/action_page.php" method="get">

  First name: <input type="text" name="fname"><br>
  Last name: <input type="text" name="lname"><br>
  <input type="submit" value="Submit">

</form> 

댓글목록

등록된 댓글이 없습니다.