Ver Mensaje Individual
  #4 (permalink)  
Antiguo 30/06/2005, 17:58
Avatar de Danger_
Danger_
 
Fecha de Ingreso: diciembre-2004
Ubicación: Queretaro, México
Mensajes: 395
Antigüedad: 19 años, 4 meses
Puntos: 0
mmmmm, haber...
Código:
<head>
<script language=javascript>
function load(data){
document.getElementById('base').innerHTML = data;
}
</script>
</head>
<body>
<div id=base> ... </div>
<br><br>
<a onclick="load('lo que yo <b>QUIERA</b>');" style="cursor: pointer;">CAMBIAR</a>
</body>

Procura estudiarlo, realmente es muy sencillo.

Saludos !