On Jan 4, 2006, at 11:51 PM, Matthias Teege wrote:
because of a bug in IE I rebuild my current app. How do I address a
placeholder in another frame?
replaceChildNodes("preview" , image); and
replaceChildNodes("framemain.preview" , image);
This should work, in svn:
withWindow(frameMain, function () {
replaceChildNodes("preview", image);
});
-bob
