I think if you turn off Validation (property tab) in Image button then it becomes
<input type="image"> in ASPX.NET
If Validation is on then you will have a problem with Javascript-disabled browsers.
George.
<gg*****************@spamgourmet.com> wrote in message news:11**********************@z14g2000cwz.googlegr oups.com...
No, you're not brain dead, I wish you were, so to speak. I'd thought
the ImageButton was the tool for the job, I was very much relying on
it, but if you try an ImageButton in Firefox or Netscape with the
images and javascript turned off you will see that it doesn't work. So,
given that it is a legal requirement that sites should work under such
conditions, where are all the ASP.NET sites full of submit buttons?
David Jessee wrote:
Doh! I'm brain Dead.
The Image Button will also work since its an implementation of the
<input type=image> element present in the HTML 4.0 Spec
"David Jessee" <dj*****@houston.rr.com> wrote in message
news:u4**************@TK2MSFTNGP11.phx.gbl... If those are you limitations , then yes.
I hope you can find the kittens a good home.
"John Smith" <gg*****************@spamgourmet.com> wrote in message
news:ab*************************@posting.google.co m... As it is now apparently illegal in the UK to produce a website
which is inaccessible to the disabled, which includes the
JavaScript-disabled and images-disabled, am I right in thinking
that the only ASP.NET postback capable control which is now of any use
is the Button control? The LinkButton is clearly no good as it uses
JavaScript and the ImageButton doesn't work in Mozilla with
scripting and images turned off. Am I missing something or does every
PostBack have to be performed by a button in order to meet accessibility
standards? The designers are going to have kittens...
J.S.