I have a web application, HTML wysiwyg editor based on TinyMCE (javascript). The content editing is enabled in Internet Explorer with designMode="on".
If I put an iframe in the edited content:
This is the content I am editing as HTML source.
<iframe src="..."></iframe>
<b>I just added an iframe to my content</b>
The iframe will become visible however Internet Explorer will create resize controls for it. That means that I, as a user, can resize the iframe with the mouse.
I would like to disable that. Does anybody know if it is possible?