Ver Mensaje Individual
  #18 (permalink)  
Antiguo 28/03/2003, 10:33
techman
 
Fecha de Ingreso: febrero-2003
Ubicación: Principado de Asturias
Mensajes: 56
Antigüedad: 21 años, 9 meses
Puntos: 0
codigo

Este es el codigo de la pagina desde la que linko:

<html>
<head>
<title>Madunor S.L.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
</head>

<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" background="gif-jpg/Fondoprincipalpeque%F1o.jpg">
<style type="text/css">
<!--
body { background-attachment: fixed; background-image: gif-jpg/Fondoprincipalpeque%F1o.jpg; background-repeat: no-repeat; background-position: center center}
-->
</style>

<table width="700" border="0" cellpadding="0" cellspacing="0" mm:layoutgroup="true">
<tr>
<td width="700" height="375" valign="top">
<p><a href="Frameset.htm?Catalogo.htm"> Catalogo </a></p>
<p><a href="Frameset.htm?Acabados.htm"> Acabados </a></p>
<p>Mantenimiento</p>
<p>Empresa</p>
<p>Localizacion</p>
</td>
</tr>
</table>
</body>
</html>

Este es del Frameset:

<html>
<head>
<title>Frameset</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="100,*" frameborder="NO" border="0" framespacing="0">
<frame name="marcoNavegacion" scrolling="NO" noresize src="Navegacion.htm" >
<frame name="marcoMostar" src="Mostrar.htm">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</html>

Este es el de Navegacion:

<html>
<head>
<title>Navegacion</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" background="gif-jpg/fondoatras.jpg">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="100%" height="100"><img src="gif-jpg/marcobotnonera.jpg" width="797" height="104" align="center" usemap="#Map" border="0"></td>
</tr>
</table>
<map name="Map">
<area shape="rect" coords="43,46,147,80" href="Catalogo.htm" onClick="this.blur()" target="marcoMostar" alt="muestra el catalogo" title="muestra el catalogo">
<area shape="rect" coords="159,48,277,76" href="Acabados.htm" onClick="this.blur()" target="marcoMostar" alt="ver acabados" title="ver acabados">
<area shape="rect" coords="291,50,464,75" href="Mantenimiento.htm" onClick="this.blur()" target="marcoMostar" alt="como mantener el producto" title="como mantener el producto">
<area shape="rect" coords="479,48,592,79" href="Empresa.htm" onClick="this.blur()" target="marcoMostar" alt="quienes somos" title="quienes somos">
<area shape="rect" coords="603,46,746,83" href="Localizacion.htm" onClick="this.blur()" target="marcoMostar" alt="donde estamos" title="donde estamos">
</map>
</body>
</html>

Este es el de Mostar:

<html>
<head>
<title>Mostrar</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000" background="gif-jpg/fondoatras.jpg">
</body>
</html>

Este es el de Catalogo:

<html>
<head>
<title>Catalogo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000" background="gif-jpg/fondoatras.jpg">
CATALOGO
</body>
</html>

Y este el de Acabados:

<html>
<head>
<title>Acabados</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000" background="gif-jpg/fondoatras.jpg">
ACABADOS
</body>
</html>