[thelist] Dumb Question (Javascript) but still causing diffic ulties

Kasimir K evolt at kasimir-k.fi
Tue May 11 15:32:32 CDT 2004


>>Why not use a picture of a checkbox and submit the data in a 
>>hidden field?

This works, but the pictures may look different to how they usually look 
on the users platform...

> jsWalter's solution works great assuming they haven't turned off JS.

...and users might have both JS and images turned off...

but this works still:
<input type="checkbox" name="Something" value="1" checked disabled>
<input type="hidden" name="Something" value="1">

so instead of the image, use real checkbox, which has been disabled.

.k


More information about the thelist mailing list