엘리베이터에 갇혔다?! 이럴 땐?
//<![CDATA[
var copyUrlButton = {
swfurl: 'http://t1.daumcdn.net/cafe_cj/flash/',
params: {
wmode: 'transparent',
allowscriptaccess: 'always',
base: 'http://t1.daumcdn.net/cafe_cj/flash/'
},
flashvars: {
url: 'http://cafe.daum.net/correcttheology/2X5R/2228',
urlName: '글'
},
attributes: {
id: 'copyUrlButtonSwf',
name: 'copyUrlButtonSwf',
'class': 'op',
style: 'vertical-align: middle;',
xxonmouseover: 'this.className=""',
xxonmouseout: 'this.className="op"'
}
}
swfobject.embedSWF(copyUrlButton.swfurl + 'copyClipboard.swf?v=1', 'copyUrlButton', '22', '13', '9.0.124', false, copyUrlButton.flashvars, copyUrlButton.params, copyUrlButton.attributes);
//]]>
function pollSubmit() {
if (!checkData()) {
alert("보기를 선택하세요");
return;
}
document.bbsForm.action = "/_c21_/article_poll_vote";
document.bbsForm.grpid.value = "1Tg6i";
document.bbsForm.mgrpid.value = "";
document.bbsForm.fldid.value = "2X5R";
document.bbsForm.dataid.value = "2228";
document.bbsForm.pollseq.value = "";
document.bbsForm.return_url.value = "/_c21_/bbs_read?grpid=1Tg6i&mgrpid=&fldid=2X5R&page=1&prev_page=0&firstbbsdepth=&lastbbsdepth=zzzzzzzzzzzzzzzzzzzzzzzzzzzzzz&contentval=000Zwzzzzzzzzzzzzzzzzzzzzzzzzz&datanum=2228&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');
}
|
//

|