I have a table that has x rows... Each row has n columns and some of these columns should be a checkbox the user can enable/disable.. The problem is that only one of the checkboxes for a column can be enabled, i.e. when the user enable one checkbox in one row, if another checkbox in the same column in another row is enabled it should be disabled (like a radiobutton feature)
Is there a smart way of doing this or do I have to use an onclick event and do it manually? Regards, BTJ -- ----------------------------------------------------------------------------------------------- Bjørn T Johansen [EMAIL PROTECTED] ----------------------------------------------------------------------------------------------- Someone wrote: "I understand that if you play a Windows CD backwards you hear strange Satanic messages" To which someone replied: "It's even worse than that; play it forwards and it installs Windows" -----------------------------------------------------------------------------------------------

