블로그 이미지
Dark_Angel

카테고리

전체 (27)
티스토리 초대장 (1)
공부만이 살 길! (2)
자바 (0)
오라클 (0)
MS-SQL (0)
파워빌더 (0)
마이빌더 (0)
기타 (2)
일상 (2)
게임 (1)
레포트 (0)
정리 (0)
취업 (0)
휴대폰 (13)
지름 & 리뷰 (0)
키보드&마우스 (3)
이벤트 (1)
나름 핀테크 (2)
취미 (0)
Total
Today
Yesterday

'공부만이 살 길!/기타'에 해당되는 글 2건

  1. 2017.06.01 select tag 선택 값(텍스트) 가져오기
  2. 2012.04.26 BEA Weblogic 8.1 License

1. object 가져오기

    var select_tag_element = document.getElementById("select_tag_id");

 

2. 선택 index 가져오기

    var select_tag_index = select_tag_element.selectedIndex;

 

3. index에 해당하는 텍스트 or 값 가져오기

    value : var select_tag_value = select_tag_element.options[select_tag_index].value;

    test   : var select_tag_text = select_tag_element.options[select_tag_index].text;

   

Posted by Dark_Angel
, |

개발용 웹로직(ver8.1)은 5User로 제한되어 있어서 5명까지만 접속 가능함.

검색하니, 
http://blog.naver.com/hoyeng111?Redirect=Log&logNo=130067118104

BEA(Oracle 인수 전 회사) 제품의 라이센스가 풀렸다고 하여 
좋다! 좋다! 하면서 라이센스를 내려받을 수 있는 곳을 찾았다!

http://www.oracle.com/us/support/licensecodes/bea/index.html

그.런.데.

By downloading and using one of these license keys you are certifying that you either (i) have a signed agreement for production use of BEA software entered into by you and BEA/Oracle, or (ii) that you have licensed additional licenses for BEA software from Oracle.

어느 곳에도 속하지 않으므로 그냥 5User로 사용해야겠다..

Posted by Dark_Angel
, |

최근에 달린 댓글

최근에 받은 트랙백

글 보관함