Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/05/2005, 04:47
Dannydaniel
 
Fecha de Ingreso: diciembre-2004
Mensajes: 85
Antigüedad: 19 años, 4 meses
Puntos: 0
Pregunta "error -1.#IND"

Amigos pq me sale ese error cuando ejecuto un window.alert para ver que me arroja esa variable, ponlo la linea.

function loadOntologySvg(obj)
{
if(obj.success)

{
window.loadOntology(parseXML(obj.content,null));

window.alert(<?php include ("../index.php"); echo $SourceDir;?> + "/list.rdf");

getURL(<?php include ("../index.php"); echo $SourceDir;?> + "/list.rdf", loadObjects);

}

Espero me ayuden.

Saludos