Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/10/2005, 10:26
Avatar de Saruman
Saruman
 
Fecha de Ingreso: mayo-2003
Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 21 años, 8 meses
Puntos: 5
puedes hacerlo asi:

Código HTML:
function Find() {
  var palabra = document.all.palabra.value; // esto depende si tienes formularios o si lo deseas trabajar para q funcione en multiples navegadores.
  window.open("index2.php?palabra=" + palabra, "buscar", "");
 }
Código HTML:
<img src="Images/boton-buscar.jpg" onClick="Find()" style="cursor:pointer;"> 
espero te sirva de algo
__________________
Saruman

One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them.