|
||||||||||||||||||
|
Tecnología
a su alcance |
||||||||||||||||||
|
|
||||||||||||||||||
|
![]() |
|||||||||||||||||
<%if request.Cookies("usuario2")="" and request.Cookies("clave2")="" then
if request("usuario2")="" or request("clave2")="" then
'a continuacion código del formulario%>
<%end if%> <%if request("usuario2")<>"" and request("clave2")<>"" then %> <% if request("usuario2")="generador" and request("clave2")="9735" then%>
<% ' se crean la cookies
response.Cookies("usuario2")=request("usuario2")
response.Cookies("clave2")=request("clave2")%>
<%else%>
<%end if%> <%end if%> <%else 'if request.Cookies("usuario")="" and request.Cookies("clave")="" 'LAS COOKIES YA ESTAN CREADAS Y POR TANTO SE VISUALIZA LA INFORMACION %> |
||||||||||||||||||
|
||||||||||||||||||