|
Posted by Neredbojias on 07/03/07 12:38
On Tue, 03 Jul 2007 12:16:19 GMT Marnok.com scribed:
> Hi
>
> I had a form, with multiple image input types. My html
> <input name="sign" type=image src="1.jpg" value="1" >
> <input name="sign" type=image src="2.jpg" value="2" >
> ..etc
> worked fine in Firefox, but Internet Explorer won't do it. It doesn't
> send the values.
> In fact it doesn't seem to send anything from image type form
> elements, unless I am missing something. I tried renaming the images
> so they were sign1, sign2, etc but nothing - when I use PHP to echo
> the value of $_POST['sign1'] I see a value in Firefox for the image I
> have clicked, but nothing in IE. It just reloads the page.
>
> My googling has found others who have had similar problems, bit no
> real solution - can anyone help me out here?
You're naming 2 elements the same name. I think ie is right.
--
Neredbojias
Never doubt
The path you've chosen.
If others mock,
Just thumb your nos'n.
- Burma Shave
[Back to original message]
|