euc-kr => utf8 로 변환과정 * 변환프로그램 : RedUTF8.exe ( http://cafe.naver.com/d2d2d2.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=1646129 ) * 디비 변환후 덤프시키기 1. euc-kr로 디비덤프 시킨다 2. 에디터플러스에서 utf8로 저장시킨다. 3. 덤프파일 안에 euc-kr 로 된 부분을 모두 utf8로 변경한다 4. 서버에서 한글 안깨지게 export LANG=en_US.UTF-.. 각종 소스창고/자바스크립트 2012.03.21
필드 계속 추가하기 삭제하기 <script> var get_one_tr = function(){ var tr = document.createElement("tr"); var td1 = document.createElement("td"); var input1 = document.createElement("input"); input1.setAttribute("input"); input1.setAttribute("name", "floor[]"); td1.appendChild(input1); var td2 = document.createElement("td"); var input2 = document.createElement("input"); input2.setAttribute("input");.. 각종 소스창고/자바스크립트 2012.03.21
내용 미리보기 스크립트 <script src='./Libs/prototype.js'></script> <style> #d{font-size:12px;font-family:돋움;vertical-align:bottom} td{font-size:12px;font-family:돋움;height:50px;vertical-align:bottom} .subject{width:300} </style> <body> <div id=d style="position:absolute;left:10;top:10;width:300;height:50;background:white;filter:alpha(opacity=60);border: 1px so.. 각종 소스창고/자바스크립트 2012.03.21