Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/04/2012, 06:55
Avatar de cristian_cena
cristian_cena
Colaborador
 
Fecha de Ingreso: junio-2009
Mensajes: 2.244
Antigüedad: 14 años, 9 meses
Puntos: 269
Respuesta: hay algo tipo include de php en javascript

Código Javascript:
Ver original
  1. /* def */
  2. function IncludeJavaScript(jsFile){
  3.   document.write('<script type="text/javascript" src="' + jsFile + '"></scr' + 'ipt>');
  4. }
  5.  
  6. /* call */
  7. IncludeJavaScript("ruta/archivo.js");
fuente: http://www.cryer.co.uk/resources/jav...js_from_js.htm