다른 프레임으로 폼 값 전송
2009-09-19자바스크립트 이용
window.open(“title”, “frameName”, “width=600, height=400, scrollbars=yes”);
document.form1.action = “action.php”;
document.form1.target = “frameName”;
document.form1.method = “post”;
document.form1.submit();
-
Tag
- form
- 해결법
- 일상
- Javascript
- web