Wienving image with Internet Explorer

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

olivier.r
Posts: 23
Joined: Tue Aug 29, 2006 8:33 am

Wienving image with Internet Explorer

Post 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 ?
arnaud
Posts: 3
Joined: Thu Jun 14, 2007 3:46 pm

Post 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()
Post Reply