Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/03/2002, 16:06
dajacevit
 
Fecha de Ingreso: noviembre-2001
Ubicación: Manta Ecuador
Mensajes: 200
Antigüedad: 23 años, 5 meses
Puntos: 0
Re: Javacript con ASP

Ohh lo siento, me olvide, estoy haciendo la navegación de mi sitio, y cuanto trato de intregrar ASP en mi funcion de JS, no me responde, me resulta en un error.


<SCRIPT type=text/javascript>
function cluster(value,displayName,channel,ref) {
this.value = value
this.displayName = displayName
this.channel = channel
this.ref = ref
}

var clusterArray = new Array();
<% AQUI ESTA EL ERROR
C=0
While (NOT rsespecialidad.EOF)
%>

clusterArray[<%Response.write c %>] = .....