묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
input form 에서 DB로 입력과 함께 새창띄위기
2003.07.20 00:37
설문조사 추출할려구 이런 구문을 사용했는데요.
<form method=post action=$zero_path/"."apply_vote.php name=main_survey onsubmit='return check_survey_submit()'>
<input type=hidden name=id value=$id>
<input type=hidden name=no value=$no>";
이거.. 새창의로 띄우는방법 없을까요?
(target 을 쓰면 되는데 버튼들도 있고.. 버튼같은거 없는창 띄울려구요)
설문조사에서 저걸 DB에 input 한 다음에 결과가 나오잖아요..
투표하기 버튼을 눌렀을때 새창이 뜨면서 input 이 되고 결과가 보여지게..
어떻게 하나요??
<form method=post action=$zero_path/"."apply_vote.php name=main_survey onsubmit='return check_survey_submit()'>
<input type=hidden name=id value=$id>
<input type=hidden name=no value=$no>";
이거.. 새창의로 띄우는방법 없을까요?
(target 을 쓰면 되는데 버튼들도 있고.. 버튼같은거 없는창 띄울려구요)
설문조사에서 저걸 DB에 input 한 다음에 결과가 나오잖아요..
투표하기 버튼을 눌렀을때 새창이 뜨면서 input 이 되고 결과가 보여지게..
어떻게 하나요??
하지만 약간만 발상을 바꿔보는건 어때요?
저기 apply_vote.php에서 모든 값을 처리한 후에 새창으로 띄우는건?