Dave Newton wrote the following on 7/22/2005 12:32 PM:

No offense to anybody, but hasn't everybody had to deal with this issue in one way or another if they've used images as buttons?

I haven't had to deal with it. I haven't look at Michael Jouravlev's stuff but do remember discussing all of this with Michael McGrady.

I only see these current solutions having merit if you are *required* to not have any javascript. For me, this will never be a requirement and I doubt it will ever be. Since I can use javascript it's so easy for me to just add

onclick="myForm.dispatch.value='someDispatchMethod'"

You can use this kind of code with almost anything (with images just also add myForm.submit()). Easy to use and no need to figuure out how yet another flavor of SomeonesNewAndImprovedAction works.

--
Rick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to