I have an iframe which has designMode set to 'on'. In it, I have a div which the user should be able to type in, and also in the iframe, I have another div which the user should NOT be able to type in.
Is there a way to do this? Using contentEditable is not a solution in my case.