Create a tri-state checkbox?
Need some advice from a real html/JS guru.
For a hack i am writing i need to use a tri-state checkbex.
A tri-state checkbox is like a normal on/off checkbox, but with a third state 'undefined'. You find this kind of checkboxes mostly in Client/Server software, but i know it can also be done on webpages.
Anybody know how to code that and to make sure it works on all major browsers?
|