Posted by Bergamot on 07/03/07 18:07
Marnok.com wrote:
>
> http://www.marnok.com/test/test.php
>
> What I see in Firefox, I click an image, and a "1" is displayed in the echo
> related to that image.
> When I try the same in Internet Explorer, I get nothing.
This looks like one of those rare cases where IE isn't doing anything wrong.
> I'd appreciate any advice on what I am doing wrong here.
You are using <input type="image"> inappropriately. Read the specs at
http://www.w3.org/TR/html401/interact/forms.html#h-17.4 to learn why.
You probably want a button element instead, but ISTM that IE has other
problems with that.
--
Berg
[Back to original message]
|