세상에서 가장 아름다운 클래식 러브 테마 40곡 1
//
function pollSubmit() {
if (!checkData()) {
alert("보기를 선택하세요");
return;
}
document.bbsForm.action = "/_c21_/article_poll_vote";
document.bbsForm.grpid.value = "tiNP";
document.bbsForm.mgrpid.value = "";
document.bbsForm.fldid.value = "RfdY";
document.bbsForm.dataid.value = "246";
document.bbsForm.pollseq.value = "";
document.bbsForm.return_url.value = "/_c21_/bbs_read?grpid=tiNP&fldid=RfdY&page=10&prev_page=11&firstbbsdepth=0003Uzzzzzzzzzzzzzzzzzzzzzzzzz&lastbbsdepth=0003Uzzzzzzzzzzzzzzzzzzzzzzzzz&edge=&contentval=0003yzzzzzzzzzzzzzzzzzzzzzzzzz&selectyn=Y";
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');
}
|