Dear all,
If I make a link (which refers to a file on the server), I right-click on it and choose "Open Link", it opens a window with the appropriate URL, but after a fraction of a second, the window closes, without doing anything.
This happens with files that don't open in the window itself (e.g.: works: jpg, pdf -- don't work: doc, zip). It works correctly in FF, but I need to get it to work in IE.
IE: 7 and 8
FCKeditor: 2.6.5
Can somebody help me? Thanks in advance!
If I make a link (which refers to a file on the server), I right-click on it and choose "Open Link", it opens a window with the appropriate URL, but after a fraction of a second, the window closes, without doing anything.
This happens with files that don't open in the window itself (e.g.: works: jpg, pdf -- don't work: doc, zip). It works correctly in FF, but I need to get it to work in IE.
IE: 7 and 8
FCKeditor: 2.6.5
Can somebody help me? Thanks in advance!
Re: Opening a link opens a window and closes it immediately.
in my URLbar, I get the same result. But if I use location.replace instead of window.open, it works. I replaced all window.open in the fckplugin, but still it does a window.open...
Does anybody know where in the plugin, the call is been made to pop up a window?