Ver Mensaje Individual
  #13 (permalink)  
Antiguo 30/01/2009, 10:05
ferkadaj
 
Fecha de Ingreso: diciembre-2007
Mensajes: 35
Antigüedad: 17 años, 5 meses
Puntos: 0
Respuesta: ASP y autenticacion basica de windows

Cita:
<!--#INCLUDE FILE="../include/mainfile.asp"-->

<%

tempIdt = session("idt")

Session.Contents.RemoveAll()

Session.Abandon()

if Request.ServerVariables("AUTH_TYPE") = "Basic" then

%>

<script language="javascript">

document.execCommand("ClearAuthenticationCache");

window.location = "http://www.tigo.com.hn";

</script>

<%

end if

%>
Ese es el codigo que utilice