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
진정한 기쁨은 나의 아집을 버려 갈 때마다 느껴오는 타인의 대한 배려의식에서 오는 이해이다. 이로써 서로에 대한 존경과 용서가 함께하게 되는 것이다.