function SubmitVote(id, selection) { selectionValue = 0; if (selection != null) { for (i = 0; i < selection.length; i++) { if (selection[i].checked == true) { selectionValue = selection[i].value; break; } } if (selectionValue != 0) { voteWindow = window.open('asp/poll.asp?id=' + id + '&selection=' + selectionValue, 'SubmitVote', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,copyhistory=0,width=450,height=485'); } } else { voteWindow = window.open('asp/poll.asp?id=' + id + '&selection=' + selectionValue, 'SubmitVote', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,copyhistory=0,width=450,height=485'); } } document.write("\ \ \ \ \ \ \ \
\
\ \ NM POLL
\ \ Hvem blir Norgesmester i bordhockey?

\
\ Espen Selbæk
\ Geir Tonny Brovold
\ Tore Lie
\ Øyvind Hansen
\ Andre
\ \ \ \
\ \ \ \
  \ \ \ Se resultat 
\
");