Est unusquisque faber ipsae suae fortunae
Est unusquisque faber ipsae suae fortunae
'theForm.__EVENTTARGET' is null or not an object
If you encounter this error in Internet Explorer there is an easy fix, just add
onload="javascript: theForm = document.forms[0];"
to the body tag of the aspx page you are having problems with.
I was able to reduce the problem to a single javascript file tiny_mce_popup.js, but since there is no uncompressed version available out there I wasn't able to see what the problem really was. There were however, a lot of other people encountering the same issue but strangely enough, no fix from MoxieCode. And the fix I found came from their forums.
References:
http://tinymce.moxiecode.net/punbb/viewtopic.php?id=12744
http://tinymce.moxiecode.com/punbb/viewtopic.php?id=10686