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
인간을 사랑할 것. 아무리 나약한 인간이나 초라하고 불쌍한 인간도 사랑할 것. 그리고 그들을 심판하지 말 것. (생텍쥐페리)