Ver Mensaje Individual
  #4 (permalink)  
Antiguo 11/03/2004, 11:00
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 2 meses
Puntos: 535
Yo lo haría así... al votar:

<%
tiempoLimite = 30 'segundos

If (Session("UltimoVoto") <> "") AND (DateDiff("S", Now(), Session("UltimoVoto")) < tiempoLimite) then
Response.Write "Ya a votado un recurso hace menos de 30 segundos"
Else
' le permitís votar
Session("UltimoVoto") = Now()
End if
%>
__________________
...___...