I assume this will automatically resize the window to the contents? This approach has the potential to make the web page very large if the content of the editor is large. The customer needs to access fields and buttons below the editor that only apply after content has been entered. If we expand the editor window we move the fields and buttons potentially very far down requiring a lot of scrolling which is a no-no in web app design. There's no way to just turn off scrolling like "scrollbars=no" in Javascript window.open?