Page 1 of 1

Wienving image with Internet Explorer

Posted: Mon Jan 29, 2007 2:16 pm
by olivier.r
Wen I select a previously uploaded image in i.e. with fckeditor I can't see my image

Can you help me ?

Posted: Wed Sep 05, 2007 4:37 pm
by arnaud
To correct this problem modify this file :
/webapps/openemm/fckeditor/editor/filemanager/browser/emm/browser.jsp

replace this line :

Code: Select all

 document.theimage.src=normalizeName(document.selform.imgsel.value);
by

Code: Select all

document.getElementById("theimage").src=normalizeName(document.selform.imgsel.value);
in function updateImg()