C
Christopher Nelson
I'm pretty sure I know the answer to this but I figure it's worth
asking. I have a some code in a CGI template that creates two related
controls and hides one or the other of them all the time. That much
happens automatically in onfocus() and onblur() actions. But when I
disable one (by setting the disabled state to true), I want the other
to disable, too. I can't figure out how to react to an object being
disabled. Is there a way to do that? Something clever or indirect?
Or something obvious that I'm missing? Thanks.
Chris
asking. I have a some code in a CGI template that creates two related
controls and hides one or the other of them all the time. That much
happens automatically in onfocus() and onblur() actions. But when I
disable one (by setting the disabled state to true), I want the other
to disable, too. I can't figure out how to react to an object being
disabled. Is there a way to do that? Something clever or indirect?
Or something obvious that I'm missing? Thanks.
Chris