I don't see anyone else really trying to accomplish what I am... LOADS of people want to replace some node via innerHTML property however, I not only want to do this but I ALSO want to replace it with javascript.
Here is my example script which is working fine in all versions of Firefox: http://syn4k.site90.net/working_test/ EDIT: If the above link does not work, try this one: http://www.syn4k.freehosting.com/working_test/
You will note that it is NOT working in IE8. I'm guessing it is not working in any version of IE...
The process I have created at the link is simple: 1. The user clicks to being the process. 2. A new window is opened. 3. Data from the new window is sent back to the opener and inserted into the DOM. 3.note. The data being sent back is javacript and should execute as it does in Firefox.