Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/10/2005, 21:05
safe
 
Fecha de Ingreso: enero-2003
Ubicación: Córdoba, Argentina
Mensajes: 1.047
Antigüedad: 21 años, 2 meses
Puntos: 10
1º ¿porque no podes usar el action?
2º lo podrias hacer con javascript:

Código:
<form method="post" >
    <input name="cajatxt" id="cajatxt" type="text" class="imputbox" value="hopl" >
    <input type="button" class="botones" onClick="window.location = 'file2.php?cajatxt=' + document.getElementById('cajatxt').value">
</form>
y en file2.php sacás el valor de la siguiente manera:

Código PHP:
$_GET['cajatxt'
__________________
oohh... quisiera ser godines!!!