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
- javascript
- 안드로이드 푸쉬
- C#
- 폼메일
- 안드로이드 푸시
- 우분투
- Mail Server
- php 취약점
- xe
- Android
- 자바스크립트
- android 효과음
- 자동 생성
- C# IO
- PHP
- dovecot
- php 시큐어코딩
- 안드로이드
- not working
- soundpool
- roundcube
- 설치
- chart.js
- UML
- mysql
- WebView
- 안드로이드 gcm
- curl
- html5
- FCM
Archives
- Today
- Total
목록selectbox index 값 구하기 설정하기 (1)
그러냐
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
2016. 1. 27. 18:17