목록 | 윗글 | 아랫글
안녕하세요.
http://www.nbcolympics.com/index.html (클릭후 투표해주세요)
에 가봤더니 nbc olympics (올림픽위원회) 주최로 체조 양태영선수에 대한 투표를 하고 있더군요.
가셔서 화면을 반정도 아래로 내리면 가운데에 투표가 있습니다.
[투표화면]
#result5053952 {width: 100%;}
<SCRIPT type=text/javascript>
var questionCount = 1;
function surveyResults5053952() {
document.forms['SurveyQuestions5053952'].submit;
showResults5053952();
// highlight the answer that user selected
for (var i=0; i < document.forms['SurveyQuestions5053952'].answer1.length; i++)
{
if (document.forms['SurveyQuestions5053952'].answer1[i].checked)
{
// set cookie
expire = new Date(2006,1,1);
voted = "1" + (i+1);
setCookie('survey5053952', voted, expire, '/');
highlightAnswer5053952(1,i+1);
}
}
if (questionCount > 1){
for (var i=1; i