Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- injection
- update
- JavaScript
- wap
- asp함수
- 자바기초
- array
- XML
- javascript 한글입력체크
- SPLIT
- WML
- FileSystemObject
- xmldom
- MSSQL보안
- sql랭킹
- 이미지세로길이
- jdbc driver
- VarType
- VARIABLE
- 이미지가로길이
- ERD
- sql순위
- sql업데이트
- join
- 정규식
- instr
- 한글입력체크
- inner join
- 인젝션
- tempDB
Archives
- Today
- Total
목록외부링크보내기 (1)
3초기억력
javascript - 트위터, 페이스북 링크 보내기 ( 미투데이, 싸이월드 공감, 다음 요즘 등)
//트위터 function sendTwitter(sTitle,sUrl){ var shref ="http://me2day.net/posts/new?new_post[body]"+encodeURIComponent(sTitle)+" "+encodeURIComponent(sUrl); //++"&new_post[tags]"+encodeURIComponent(sTag); var sWindow=window.open(shref); if (sWindow){ sWindow.focus(); } } //페이스북 function sendFacebook(sTitle,sUrl){ var shref ="http://csp.cyworld.com/bi/bi_recommend_pop_euc.php?url="+encodeURIComponen..
플밍_기타
2011. 1. 21. 17:44