Language&FrameWorks37 특수문자처리 특수문자 처리 추가 var re = / |`|~|#|\$|%|\^|&|\(|\)|_|\+|\||\-|\+|=|\\|\[|\]|\;|'|:|"|\.|\/|\?/g; document.myform.chgname.value = document.myform.chgname.value.replace(re, ''); 2009. 10. 12. 내용 복사 function CopyUrl(url) { window.clipboardData.setData('Text',url); window.alert("선택하신 주소가 클립보드에 복사되었습니다.\n웹주소창이나 메모장에 붙여넣기(Ctrl + V)하세요."); } 2009. 10. 9. 익스플로러 버젼 확인 -1) { out.println("현재 익스플로러 버젼은 6.0 이상입니다."); %> -1){ out.println("현재 익스플로러 버젼은 5.5 입니다. 6.0 이상으로 업데이트 후 평가를 하실 수 있습니다."); %> Internet Explore 6.0 [다운로드] Internet Explore 6.0 [다운로드] 2009. 10. 9. JSP scope scope = "application" 방문자 : scope="page" scope="request" scope="session" 2009. 10. 9. 이전 1 ··· 6 7 8 9 10 다음