Hey folks,
I'm creating a plugin for an app i'm working on. It basically allows a user to insert MathML via the plug-in dialog. The problem i'm having is that I can't access the opener frame in IE.
In firefox I can do it in a number of ways. I'm trying to get to the frame that contains the plugin from the fckdialog.htm's iframe.
In firefox. window.parent.opener.parent gives me access to this frame.
In IE, any call to opener seems to return a null object.
Any help would be appreciated.
thanx
I'm creating a plugin for an app i'm working on. It basically allows a user to insert MathML via the plug-in dialog. The problem i'm having is that I can't access the opener frame in IE.
In firefox I can do it in a number of ways. I'm trying to get to the frame that contains the plugin from the fckdialog.htm's iframe.
In firefox. window.parent.opener.parent gives me access to this frame.
In IE, any call to opener seems to return a null object.
Any help would be appreciated.
thanx

RE: accessing opener frame from plugin in IE
RE: accessing opener frame from plugin in IE
RE: accessing opener frame from plugin in IE
That's exactly what I was searching for!
But I can't get it working...
can you give more details - or even post your changes as an example?
I tried the following:
fckeditorcode_ie_2.js:
in -> var FCKDialog=new Object();
added:
oDialogInfo.opener.this=self;
but this leads to an errormessage...
can you help me?
and if possible: can you post the example-lines + filenames how to exchange a value between plugin and opener window?
thanx in advanced, j:)rgen.