M
Marnok.com
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?
Thanks
MarkW
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?
Thanks
MarkW