폼 전송된 한글 문자열이 깨질 경우
페이지 정보
작성자 JMStudy 작성일14-08-12 10:52 조회9,241회 댓글0건본문
<form name="wform" method="post" accept-charset="euc-kr" onsubmit="certify(this)">
function certify(f){
if(f.canHaveHTML) { // IE
document.charset = f.acceptCharset;
}
return true;
}
function certify(f){
if(f.canHaveHTML) { // IE
document.charset = f.acceptCharset;
}
return true;
}
댓글목록
등록된 댓글이 없습니다.