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 |
Tags
- 폼메일
- not working
- Android
- 안드로이드 푸쉬
- roundcube
- 설치
- WebView
- html5
- C# IO
- PHP
- 안드로이드
- C#
- php 시큐어코딩
- 우분투
- dovecot
- soundpool
- javascript
- chart.js
- UML
- mysql
- FCM
- Mail Server
- xe
- android 효과음
- 자동 생성
- curl
- 안드로이드 푸시
- 자바스크립트
- php 취약점
- 안드로이드 gcm
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