Ver Mensaje Individual
  #7 (permalink)  
Antiguo 25/10/2008, 13:22
thezzin
 
Fecha de Ingreso: septiembre-2008
Mensajes: 350
Antigüedad: 16 años, 2 meses
Puntos: 31
Respuesta: funcion onclick

Ni idea que es lo que quieres!!

Código PHP:
<?php
$goo
='http://www.google.com';
$yah='http://www.yahoo.com';
?>
<input type="submit" onClick="window.location= '<?php echo $goo?>';" value="Google" />
OR
<input type="submit" onClick="window.location= '<?php echo $yah?>';" value="Yahoo!" />