Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/05/2010, 14:51
Avatar de Fdo88
Fdo88
 
Fecha de Ingreso: febrero-2010
Mensajes: 47
Antigüedad: 15 años
Puntos: 0
Respuesta: cargar funcion de archivo .js externo

Incluyes el archivo .js en la pagina asi:

Código HTML:
<html>
<head>
<script src="miArchivo.js" type="text/javascript"></script>
<title></title>
</head>
<body>
Cuerpo Pagina
</body>
</html>