﻿// function voteResult()
//{
//    var selectedList=document.all ('voteSelect');
//    var selected=1;
//    for(var i=1;i<selectedList.length;i++)
//    {
//        if(selectedList[i].checked)
//        {
//        var selected=selectedList[i].value;
//        }
//    }
//    window.open('Vote/VoteResult.aspx?selected='+selected+',location=no,status=no,scrollbars=no,toolbar=no,fullscreen=no,resizable=no,top=20,left=20,width=470,height=470');
//}
 function openwin()
 {   
     window.open('Vote/VoteResult.aspx','','location=no,status=no,scrollbars=no,toolbar=no,fullscreen=no,resizable=no,top=50,left=50,width=656,height=384');
 }
