Wienving image with Internet Explorer
Posted: Mon Jan 29, 2007 2:16 pm
Wen I select a previously uploaded image in i.e. with fckeditor I can't see my image
Can you help me ?
Can you help me ?
The purpose of these forums is to get and give free technical support for OpenEMM. Spammers and their posts will be removed without prior warning.
https://iframe.agnitas.de/
Code: Select all
document.theimage.src=normalizeName(document.selform.imgsel.value);
Code: Select all
document.getElementById("theimage").src=normalizeName(document.selform.imgsel.value);