 
			
				28/11/2009, 11:38
			
			
			     |  
      |    |    |    Fecha de Ingreso: octubre-2009  
						Mensajes: 97
					  Antigüedad: 16 años Puntos: 4     |        |  
  |      Respuesta: Ayuda boton        Muy sencillo:   
Código:
  <script language=javascript>
function botonenlace(id){
if(id==1){
document.location.href="la pagina.html"
}}</script>
<input type=button onclick="botonenlace(1)" value="Texto de ejemplo">
              |