![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
29/08/2002, 04:24
|
![Avatar de Maycol](http://static.forosdelweb.com/customavatars/avatar9795_1.gif) | | | Fecha de Ingreso: diciembre-2001 Ubicación: Ávila (España)
Mensajes: 539
Antigüedad: 23 años, 1 mes Puntos: 0 | |
Re: incluir html en html Jóse si lo que te dice "CORE" no te va haz lo que hace "."(menudo nombre ;)), aqui te muestro un ejemplo:
index.htm
--------
<script language="javascript" src="menu.js">alert('Fallo No se pudo cargar el menu');</script>
--------
menu.js
--------
document.write('Menu<br>');
document.write('link1');
document.write('lo que sea');
document.write('....');
--------
Si no me confundo te debe funcionar.
Saludos.
<img src=http://www.talleresdelweb.com/~mariojp/cool.gif align=left>Visita:<br> <a href=http://www.talleresdelweb.com target=_blank>Talleres del Web</a><br> <a href=http://www.mumu-weee.com target=_blank>Mumu Weee</a> |