일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- appspresso
- WebLogic
- dock
- phonegap
- JSON
- Google Map
- PLSQL
- Spring
- Struts
- MySQL
- ibsheet
- 전자정부프레임워크
- 선택적조인
- Eclipse
- JDOM
- node.js
- iBATIS
- GPS
- PHP
- rowspan
- MFC
- sencha touch
- 가우스
- Ajax
- swingx
- oracle
- jQuery
- jsr 296
- Android
- tomcat
- Today
- Total
목록Developement/Web (137)
Where The Streets Have No Name
주민등록번호 : - 생년월일 : 년 월 일생 성 별 : 남자 여자
//-을 넣어서 체크해도 되고 숫자만 보내도 됨니다..^^ //멜로 연락주시면 설명이나 다른 스크립트도 갈차드릴수 있슴다.. //lky@oyesnet.com function chkWorkNumb(strNumb) { strNumb = Replace(strNumb,"-"); if (strNumb.length != 10) { alert("사업자등록번호가 잘못되었습니다."); return false; } sumMod = 0; sumMod += parseInt(strNumb.substring(0,1)); sumMod += parseInt(strNumb.substring(1,2)) * 3 % 10; sumMod += parseInt(strNumb.substring(2,3)) * 7 % 10; sumMod += pa..
javascript 의 parseInt 메소드 사용시, "08", "09" 을 사용시에는 내용이 0 으로return 됩니다.이유는 parseInt 는 '0' 으로 시작되는 문자열은 8진수, 0x로 시작되는 문자열은 16진수로 인식하기때문에 결과값이0으로 나오는것이지요. 이 문제를 해결하려면, 다음과 같이 사용하여야 합니다. parseInt("08", 10); 뒤의 10은 진법을 나타내며, 2 부터 36까지의 값을 사용합니다.
javascript:alert(document.cookie)주소창에 입력해보세요.
function getObject(objectId) { // checkW3C DOM, then MSIE 4, then NN 4. // if(document.getElementById && document.getElementById(objectId)) { return document.getElementById(objectId); } else if (document.all && document.all(objectId)) { return document.all(objectId); } else if (document.layers && document.layers[objectId]) { return document.layers[objectId]; } else { return false; } }
http://www.jakartaproject.com/article/javascripttip/1119919717585
복사와 제거 예제 1 2 3 4 5 6 7 8 9 이동과 제거 예제 1 2 3 4 5 6 7 8 9
http://www.microsoft.com/downloads/details.aspx?FamilyID=e59c3964-672d-4511-bb3e-2d5e1db91038&displaylang=en
금액 원
" + "text : " + sbox[sbox.selectedIndex].text; alert(print); }
http://www.okjsp.pe.kr/bbs?act=VIEW&seq=24287&bbs=bbs4&keyfield=subject&keyword=js&pg=14 self.opener = self; window.close();
http://www.okjsp.pe.kr/bbs?act=VIEW&seq=26520&bbs=bbs4&keyfield=subject&keyword=js&pg=13
http://www.okjsp.pe.kr/bbs?act=VIEW&seq=27947&bbs=bbs4&keyfield=subject&keyword=js&pg=11 check all TEST1 TEST2 TEST3 TEST4
1:sdsds 2:asaa