Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/02/2003, 09:35
Avatar de lochorui
lochorui
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 899
Antigüedad: 23 años
Puntos: 2
Hola , mira he intentado hacer esto pero como ya te dije no tengo ni idea d javascript asi q algo he debido hacer mal xq no sucede nada.


entre head y /head pongo esto
Cita:
<SCRIPT LANGUAGE="JavaScript">
function submitForm(s) {
s.value = " Procesando... ";
return true;
}
</script>

y luego en el form hago esto
Cita:
<form method="POST" action="cpanel_grupos_fotos.php" enctype="multipart/form-data" name="ubicaform" id="ubicaform" onSubmit="return ubicaform(this.upimagen.value)">
Su foto 1 actual es : <?echo $row['16']?><br>
Foto 1 : <input name="upimagen" type="file" id="upimagen">
<input name="addubica" type="submit" id="addubica" value="enviar" > <br>
Su foto 2 actual es : <?echo $row['17']?><br>
Foto 2 : <input name="upimagen2" type="file" id="upimagen2">
<input name="addubica2" type="submit" id="addubica2" value="enviar" > <br>
El nombre de la imagen de su logo es : <?echo $row['15']?><br>
logo : <input name="upimagen3" type="file" id="upimagen3">
<input name="addubica3" type="submit" id="addubica3" value="enviar" > <br>
</form>
gracias y una saludo