function pollCheck() { var maxNum = document.frmPoll.answer.length var total = 0; for( i = 0; i < maxNum; i++ ) { if( frmPoll.answer[i].checked == true ) { total = total + 1 ans = frmPoll.answer[i].value; } } if( total == 0 ) { alert("Ç׸ñÀ» ¼±ÅÃÇØÁÖ¼¼¿ä."); return false; } document.frmPoll.ans.value = ans; document.frmPoll.submit(); } poll_str = ""; poll_str += ""; poll_str += ""; poll_str += "[ÄíŰ´º½º] °« ±¸¿ö³½ ¹Ù»è¹Ù»èÇÑ ´º½º"; poll_str += ""; poll_str += ""; poll_str += ""; poll_str += ""; poll_str += "
"; poll_str += ""; poll_str += ""; poll_str += ""; poll_str += ""; poll_str += ""; poll_str += ""; poll_str += ""; poll_str += ""; poll_str += "
"; poll_str += "
Á¤ºÎ´Â °ø±â¾÷ ¸Å°¢½Ã µ¿ÀÏÀÎÁֽļÒÀ¯ Á¦ÇÑ ±ÔÁ¤À» ³»¿Ü±¹Àο¡°Ô µ¿µîÇÏ°Ô Àû¿ëÇØ ±¹ºÎÀ¯Ãô°ú °æÁ¦·Â ÁýÁßÇö»óÀ» ¾ïÁ¦Çϱâ·Î Çß´Ù°í ¹àÇû½À´Ï´Ù. ¾î¶»°Ô »ý°¢ÇϽʴϱî?"; poll_str += "
"; poll_str += "
"; poll_str += "Âù¼º
"; poll_str += "¹Ý´ë"; poll_str += "
"; poll_str += "
"; poll_str += "  "; poll_str += "
"; poll_str += "
"; poll_str += "
"; poll_str += "
"; poll_str += "
"; poll_str += ""; poll_str += ""; document.write(poll_str);