[스크랩] 하우스
작성자자비심|작성시간19.10.30|조회수19
목록
//
function pollSubmit() {
if (!checkData()) {
alert("보기를 선택하세요");
return;
}
document.bbsForm.action = "/_c21_/article_poll_vote";
document.bbsForm.grpid.value = "1Jej5";
document.bbsForm.mgrpid.value = "";
document.bbsForm.fldid.value = "ELbu";
document.bbsForm.dataid.value = "1345";
document.bbsForm.pollseq.value = "";
document.bbsForm.return_url.value = "/_c21_/bbs_read?grpid=1Jej5&mgrpid=&fldid=ELbu&content=P&contentval=000Lhzzzzzzzzzzzzzzzzzzzzzzzzz&page=19&prev_page=17&firstbbsdepth=000MYzzzzzzzzzzzzzzzzzzzzzzzzz&lastbbsdepth=000MFzzzzzzzzzzzzzzzzzzzzzzzzz&datanum=1345®dt=&favorRegdate=&favorMode=&listnum=20";
document.bbsForm.submit();
}
function checkData() {
var choice = document.bbsForm.article_poll_fldpoll_egseq;
if(choice.length > 0) {
for(i = 0; i < choice.length; i++)
if (choice[i].checked) return true;
} else {
return choice.checked;
}
}
function popup(szURL, szName, iWidth, iHeight) {
window.open(szURL, szName, 'width=' + iWidth + ',height=' + iHeight + ',resizable=no,scrollbars=no');
}
다음검색
카페 검색