Xerces
08-21-2003, 04:57 PM
Is it possible to change properties with javascript.
Let me give an example (which happens to be the one I need ;) )
you have 4 radiobuttons, once one of them is clicked, there should be no more possibility to change the choice.
would something like document.getElemenetById[id].enabled = false;
work or is there another solution?
Let me give an example (which happens to be the one I need ;) )
you have 4 radiobuttons, once one of them is clicked, there should be no more possibility to change the choice.
would something like document.getElemenetById[id].enabled = false;
work or is there another solution?