Ver Mensaje Individual
  #9 (permalink)  
Antiguo 11/05/2006, 14:49
php.java.jsp
 
Fecha de Ingreso: octubre-2004
Mensajes: 128
Antigüedad: 20 años, 5 meses
Puntos: 2
va dentro de una funcion

Código:
 <head>

<script>

function cambialink(){
      document.getElemetById("enlace").href="link.php?tamano="+winW;
}

</head>


<body onload="cambialink()">

<a id="enlace"></a>