This code works in Safari but does not work in Firefox I finally stepped back to this tutorial from a book after trying for 4 hours to get an Ajax response to appear in the new window to no avail.
childWindow = window.open("","Event Revision");
var doc = childWindow.document;
doc.body.innerHTML="
this is a test
";This was the approach I wanted to take to deal with Event Revisioning/Commenting & perhaps Relating but it may simply not be possible, which if that is the case will annoy me greatly.
No comments:
Post a Comment