
31/10/2008, 12:32
|
| | Fecha de Ingreso: septiembre-2008
Mensajes: 5
Antigüedad: 16 años, 6 meses Puntos: 0 | |
Respuesta: Insertar archivo HTML dentro de otro archivo HTML Gracias monoswin!!
Me fué estupendamente... es exactamente lo que estaba buscando.
Pero ahora tengo otro problemilla... Quiero poner en el top la opción de que no agreguen como favoritos y esas cosas, pero esta opción de java no me lo permite.
Este sería el código de mi top, y si te fijas en la línea de favoritos (en rojo) hay muchos parentesis... creo que por ahí puede venir el error.
¿Serás capaz de ayudarme?
TOP.JS:
document.write('<table width="760" height="80" border="0" cellpadding="0" cellspacing="0"><tr><td>')
document.write('')<!-- LOGO -->
document.write('<table width="255" height="80" border="0" cellpadding="0" cellspacing="0"><tr>')
document.write('<td class="logo"><img src="/images/logotop.jpg" border="0"></td>')
document.write('</tr>')
document.write('</table>')
document.write('</td>')
document.write('<td>')
document.write('') <!-- OPCIONES -->
document.write('<table width="505" height="80" border="0" cellpadding="0" cellspacing="0">')
document.write('<tr>') document.write('<td class="filasup"><a href="#" onClick="window.external.AddFavorite('http://www.miweb.com','::MiWeb.com:: como favoritos');return false;">Agréganos a tus favoritos...</a> | <a href="#" onClick="this.style.behavior='url(#default#homepag e)';this.setHomePage('http://www.miweb.com');return false;">Pon esta web como tu página de Inicio...</a>')
document.write('</tr>')
document.write('<tr>')
document.write('<td class="filamed">902 99 58 57 <img src="/images/ico_phone.jpg" border="0" width="25" height="25"></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td class="filainf"><a href="http://www.miweb.com">Inicio</a> | <a href="http://www.miweb.com/cgi-bin/club/club.exe/menu?pagina=mainregistrate.htm">Regístrate</a> | <a href="http://www.miweb.com">Club del Socio</a></td>')
document.write('</tr>')
document.write('</table>')
document.write('</td>')
document.write('</tr>')
document.write('</table>')
document.write('<table width="760" border="0" cellpadding="0" cellspacing="0">')
document.write('<tr>')
document.write('<td>')
document.write('')<!-- MENU -->
document.write('<table width="760" border="0" cellpadding="0" cellspacing="0">')
document.write('<tr>')
document.write('<td height="5"></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td id="menu"><a href="http://www.miweb.com/cgi-bin/pagina/pagina.exe/menu?pagina=mainpagina.htm">Pagina</a></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td height="10"></td>')
document.write('</tr>')
document.write('</table>')
document.write('</td>')
document.write('</tr>')
document.write('</table>') |