%@ Language=VBScript %> <% Response.Buffer = True '************************************** ' Vote ' March 21, 2001 '************************************** %> <% 'Local Variables to be used in the page... Dim ComId, bInit, bExecuted, lMaxVoteCount, messages Dim strIDS Dim objBallot adLockOptimistic = 3 Session.Contents("VOTE_COMID") = comid 'Initialize the Page for each server request... InitializePage() 'get dictionary object from x_vote.asp... If IsObject(Session.Contents("sdBallot")) then Set objBallot = Session.Contents("sdBallot") End if '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Function GetProfile(rsProfile)%> <% On Error Resume Next GetProfile = False Dim StrSQL StrSQL = "SELECT * FROM [COMM1]" StrSQL = StrSQL + " WHERE [COMID]= " + Cstr(ComId) dbNVS.Open rsProfile.ActiveConnection = dbNVS rsProfile.Open Cstr(StrSQL), dbNVS, adOpenKeyset ', adLockOptimistic If Not rsProfile.EOF Then rsProfile.Movefirst End If GetProfile = True If Err.Number <> 0 Then GetProfile = False End If End Function '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %>
Currently there are no committees that you may vote for.