Thanks again for the reply. The problem with this approach is that the textarea element that is used by RTE for some reason isn't affected by the disabled attribute. I tried it. For example, the following code normally gives me a disabled textarea:
<textarea name="mytext" cols="70" rows="15" id="mytext" disabled="disabled"></textarea>
However, when I add the rest of the html/asp code to the page to have RTE use this textarea, the textarea will no longer be disabled. I'm not sure how RTE does it, but it effectively invalidates the disabled property for this textarea.
I think it'd be great if Web Wiz just included the 'disable' property as a special property that could be turned on and off on the fly since disabling its textarea doesn't do the trick.