GALERA, DIGO DESDE JÁ, ESTE CÓDIGO NÃO FOI FEITO POR MIM, POR ISSO A MALDITA DÚVIDA. COMO POSSO FAZER PARA NÃO ENVIAR COOKIES AO CLIENTE E COM ISSO PERMITI-LO VOTAR MUITAS VEZES?
<%
'Dimension variables
Dim adoCon 'Database Connection Variable
Dim rsWeeklyPoll 'Database Recordset Variable to hold the eweekly poll recordset
Dim strAccessDB 'Holds the Access Database Name
Dim strSQL 'Database query sring
Dim strPollQuestion 'Holds the poll question
Dim intPollIDNum 'Holds the Poll ID Num
Dim intSelectionLoopCounter 'Loop counter to display the poll selections
Dim intVotedIDNo 'Holds the ID Number the last vote the user voted in if there is one
Dim blnCheckForPoll 'Set to false if there are no weekly polls in the database
Dim blnAlreadyVoted 'Set to true if the user has voted in this weeks poll
'Error Trapping
On Error Resume Next
'Intilaise variables
blnCheckForPoll = True
blnAlreadyVoted = Flase
intPollIDNum = 1
'Initialise the strAccessDB variable with the name of the Access Database
strAccessDB = "weekly_poll"
'Create a connection odject to the database
Set adoCon = Server.CreateObject("ADODB.Connection")
Set rsWeeklyPoll = Server.CreateObject("ADODB.Recordset")
Pergunta
marcos_804
GALERA, DIGO DESDE JÁ, ESTE CÓDIGO NÃO FOI FEITO POR MIM, POR ISSO A MALDITA DÚVIDA. COMO POSSO FAZER PARA NÃO ENVIAR COOKIES AO CLIENTE E COM ISSO PERMITI-LO VOTAR MUITAS VEZES?
Link para o comentário
Compartilhar em outros sites
4 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.