Html & Script

form action을 post방식으로 popup띄울수 있나

컨텐츠 정보

본문

unction form_submit(){
chk = window.open('about:blank','네임값','width=300,height=400,scrollbars=yes');
if(chk != null){
폼네임.target='네임값';
폼네임.action='보낼문서'; //action은 요기에
폼네임.submit();
}
}
<form name=폼네임 method=post>
<input type=button onclick='form_submit();'>
</form>

관련자료

댓글 0
등록된 댓글이 없습니다.
Today's proverb
천재는 칭송을 받는다. 부자는 부러움을 산다. 권세를 누리는 사람은 존경을 받는다. 그러나 오직 덕성을 지닌 사람만이 신뢰를 받는다.