Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- C#
- android 효과음
- html5
- php 취약점
- xe
- php 시큐어코딩
- 안드로이드
- 자바스크립트
- C# IO
- PHP
- 자동 생성
- 우분투
- 설치
- 안드로이드 푸쉬
- 안드로이드 푸시
- 안드로이드 gcm
- FCM
- UML
- roundcube
- javascript
- soundpool
- Android
- not working
- mysql
- WebView
- dovecot
- chart.js
- curl
- 폼메일
- Mail Server
Archives
- Today
- Total
그러냐
selectbox index 값 구하기 설정하기 본문
반응형
// index 값 구하기
pos = document..SeelctBox 명칭.selectedIndex;
예 ) pos = document..sel.selectedIndex;
// index 값 셋하기
document.폼명.SelectBox 명칭.selectedIndex = 0;
예) document.frm.sel.selectedIndex = 0;
위와 같이 해주면 select Box의 값 및 index를 설정을 할 수 있다.
출처 : http://blog.daum.net/vauxhaii/14786804
[출처] selectbox index 값 구하기 설정하기|작성자 관절분리
반응형
'javascript' 카테고리의 다른 글
다른 도메인 iframe 높이 조절하기 (0) | 2016.01.27 |
---|---|
iframe 높이 자동 조절하기 (0) | 2016.01.27 |
Document의 하위객체 - Select 객체 (0) | 2016.01.27 |
팝업 오늘하루 이창 열지 않기 (0) | 2016.01.27 |
이메일 체크 정규식 (0) | 2016.01.27 |