Posted by Toby Inkster on 06/15/05 09:27
Otto wrote:
> This work:
> <input type='submit' name=mode value='Enregistrer'>
>
> But not this:
> <input type='image' src='images/co_avant.png' name=mode
> value='Enregistrer'>
>
> the "mode" will not be set with the value "Enregistrer".
<input type="hidden" name="mode" value="Enregistrer">
<input type="image" src="images/co_avant.png" alt="Enregistrer"
name="Enregistrer" value="Enregistrer">
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Navigation:
[Reply to this message]
|