포스팅 목차
euc-kr 페이지 폼에서 utf-8로된 폼으로 데이터를 보낼때
var encode= encodeURI (resultSearchForm.searchValue.value);
var classify = resultSearchForm.searchClassify.value;jf_openWindow("<%=SearchURL%>?mode=resultSearchForm&searchClassify="+classify+"&searchTitleContent=" + encode, "searchWin", 1, 1, 950, 700, 1, 1, 1);
결론은 : encodeURI() 함수 쓰면 됨