Ver Mensaje Individual
  #5 (permalink)  
Antiguo 26/02/2005, 11:57
JArtica
 
Fecha de Ingreso: marzo-2004
Ubicación: Tegucigalpa
Mensajes: 130
Antigüedad: 21 años, 2 meses
Puntos: 0
Exclamación Asp Codigo

<%
Server.ScriptTimeout=600
Response.Buffer=True
Response.Expires=0

If (VarType(Application("~WC~WebClassManager")) = 0) Then
Application.Lock
If (VarType(Application("~WC~WebClassManager")) = 0) Then
Set Application("~WC~WebClassManager") = Server.CreateObject("WebClassRuntime.WebClassManag er")
End If
Application.UnLock
End If

Application("~WC~WebClassManager").ProcessNoStateW ebClass "DEVMENU_WebObj.DevMenu", _
Server, _
Application, _
Session, _
Request, _
Response
%>