[thelist] input type="image" vs. input type="button"

Lee kowalkowski lee.kowalkowski at googlemail.com
Fri Aug 25 02:52:49 CDT 2006


On 24/08/06, jono at charlestonwebsolutions.com
<jono at charlestonwebsolutions.com> wrote:
> This works just fine, but relies on JavaScript and does not use an image
> for the button - two things I want to change.  I am open to anything, but
> prefer accessible, non-JavaScript dependant, and a PHP solution if
> possible.

Well, if you insist on leaving the server-side components for now, you
could always use an unordered list of links, and write a JavaScript
function to replace it with a form with a select menu and an image
submit button.

-- 
LK



More information about the thelist mailing list