MyndPhlyp wrote:
>> <button name="edit" value="edit_this" type="submit">
>> <img src="edit.gif" height="24" width="24" alt="Edit" />
>> </button>
>
> Well, I found part of the problem. It's actually IE that returns
innerText
> rather than the <button>'s value, contrary to the W3C recommendations.
Yes, IE is very broken.
> So now it's onward to <input type="image">.
Most browsers don't send the value of image types, just the coordinates
that
were clicked.
> Are there any limitations on what characters make up "name"?
Not that I'm aware of, but its probably best to stick to alphanumerics and
underscores.
--
David Dorward <http://blog.dorward.me.uk/>
<http://dorward.me.uk/>
Home is where the ~/.bashrc is


|