Ver Mensaje Individual
  #9 (permalink)  
Antiguo 24/03/2003, 12:01
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 3 meses
Puntos: 772
Hola de nuevo.

Me alegro de que vayamos avanzando. A ver si de otro empujón...

<html>
<head>
<title>: : : Acrocomia : : :</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
A:link {
BACKGROUND: none;
COLOR: #ffffff;
FONT-SIZE: 11px;
FONT-FAMILY: Verdana, Helvetica;
TEXT-DECORATION: none;
}
A:active {
BACKGROUND: none;
COLOR: #339966;
FONT-SIZE: 11px;
FONT-FAMILY: Verdana, Helvetica;
TEXT-DECORATION: none;
font-weight: bold;
}
A:visited {
BACKGROUND: none;
COLOR: #339966;
FONT-SIZE: 11px;
FONT-FAMILY: Verdana, Helvetica;
TEXT-DECORATION: none;
font-weight: bolder;
}
A:hover {
BACKGROUND: none;
COLOR: #339966;
FONT-SIZE: 11px;
FONT-FAMILY: Verdana, Helvetica;
TEXT-DECORATION: underline;
}

</style>
<script>
var pag=1;
var maxPag=10; //numero máximo de páginas
function cambia(num) { //0-adelante 1-atras
if (num==0 && pag<maxPag) {
pag++;
parent.mainFrame.location.href='acrocomia'+pag+'.h tml'; }
else if (num==1 && pag>1) {
pag--;
parent.mainFrame.location.href='acrocomia'+pag+'.h tml'; }
}
</script>

</head>

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="345" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
<td>
<div align="right"><a href="#" onClick="cambia(1)">&lt;</a> <a href="#" onClick="cambia(0)">&gt;</a> <a href="acrocomia2.html" target="fotos">2
</a><a href="acrocomia3.html" target="fotos"> 3</a> <a href="acrocomia4.html" target="fotos">4</a>
<a href="acrocomia5.html" target="fotos"> 5</a><img src="imagenes/pixel.gif" width="15" height="5">
</div>
</td>
</tr>
</table>

<p class="homechiquita"> </p>
</body>
</html>

Saludos,