Why does this window object not have the eval function?
- by Motti
I ran into an interesting (?) problem in the YUI rich edit demo on IE. When looking at the window object for the content editable frame used as the browser I see that the eval function is undefined (by running the following).
javascript:alert(document.getElementById("editor_editor").contentWindow.eval)
This only happens on IE (I checked on IE6…