/* // top.window.resizeTo(410,380); // top.document.all.scrapMain.style.height = 380; top.window.resizeTo(410,420); top.document.all.scrapMain.style.height = 420; */ // IE7, 세로 사이즈 늘림(25px) top.window.resizeTo(document.body.scrollWidth + 10, document.body.scrollHeight + 90); top.document.getElementById("scrapMain").style.height = document.body.scrollHeight + 90;
... // defaultdocument.unit.encoding = "application/x-www-form-urlencoded"; // file uploaddocument.unit.encoding = "multipart/form-data";
참고하시면 도움이 되실듯 합니다. style="ime-mode:auto" - 한/영중 선택된 모드 style="ime-mode:active" - Default로 한글모드 style="ime-mode:inactive" - Default로 영문모드 style="ime-mode:disabled" - 무조건 영문(한글 안됨) 그럼 즐프~~~
데브피아 김종민님께서 올리신글[펌] 다음처럼요.. 설마 여기에 소수점처리까지 어떻게 할거냐고 묻지는 않으시겠지요.. ^^; ************************************************************************************