
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 %>] = .....