Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/04/2002, 17:19
vgaray
 
Fecha de Ingreso: octubre-2000
Ubicación: Juarez, Chih.
Mensajes: 161
Antigüedad: 24 años, 7 meses
Puntos: 0
Re: Crea un objeto con alcance

Saludos.

Talvez sea la forma como defines el id del objeto dentro del global.asa.

Tu tienes:

<OBJECT RUNAT=Server SCOPE=Application ID=conquerChatUsers
PROGID="Scripting.Dictionary"></OBJECT>

Prueba agregando comillas dobles al id...

<OBJECT RUNAT=Server SCOPE=Application ID="conquerChatUsers" PROGID="Scripting.Dictionary"></OBJECT>