Ver Mensaje Individual
  #7 (permalink)  
Antiguo 06/05/2002, 18:33
Avatar de sir_notos
sir_notos
 
Fecha de Ingreso: noviembre-2001
Ubicación: Mexicali
Mensajes: 709
Antigüedad: 22 años, 5 meses
Puntos: 1
Re: Como Hacer Un Menu Sin Frames?

Muy pero muy facil amigo.
---------------------------------------------
menu.js
Código:
  
document.write("<table>")
document.write("<tr><td><a href="index.htm">Home</a></td></tr>")
document.write(".... los demas links")
document.write("</table>")
---------------------------------------------
index.htm
Código:
 
<table border="0" cellspacing="0" cellpadding="0" width="100">
<tr>
<td width="150"><script src="menu.js"></script></td>
<td>
El contenido de tu web  aqui
</td>
</tr>
</table>
---------------------------------------------

Asi es mas facil si quieres editar un link solo cambias el menu.js y se cambias todas.


gracias.
-------------
firma v1.2

<a href='ir.asp?http://www.notosmax.tk' target='_blank'>http://www.notosmax.tk...</a>
-------------