Ver Mensaje Individual
  #5 (permalink)  
Antiguo 22/04/2006, 12:29
Avatar de SiR.CARAJ0DIDA
SiR.CARAJ0DIDA
 
Fecha de Ingreso: junio-2004
Ubicación: Acá
Mensajes: 1.166
Antigüedad: 19 años, 10 meses
Puntos: 4
para mi no tiene sentido cargar un script dinamicamente con ajax, cargalo antes y listo, o hace esto que a mi me funcionó:

Código:
function getScript()
{
	var s = document.createElement('script');
	s.type = "text/javascript";
	s.src = "../includes/funciones.js";
	document.getElementsByTagName('head')[0].appendChild(s);
}
crea un <script> y lo inserta en el <head>
__________________
Internet Explorer SuckS
Download FireFox