I'm using FCKEditor in my ASP page. It is displyaing and working fine in IE6 and other browsers. But it is not displaying
(not loading) in IE7. The code i used in page is
<%
dim oFCKeditor
set oFCKeditor = New FCKeditor
oFCKeditor.Toolbarset = "NoSource"
if not descriptionNews = "" then
descriptionNews = Replace(descriptionNews, "src="""& sysUserImagesPath, "src=""" & sDirUrl & sysUserImagesPath)
end if
oFCKeditor.Value = descriptionNews
oFCKeditor.CreateFCKeditor "descriptionNews", "100%", 400
%>
please help me what could be the problem?
(not loading) in IE7. The code i used in page is
<%
dim oFCKeditor
set oFCKeditor = New FCKeditor
oFCKeditor.Toolbarset = "NoSource"
if not descriptionNews = "" then
descriptionNews = Replace(descriptionNews, "src="""& sysUserImagesPath, "src=""" & sDirUrl & sysUserImagesPath)
end if
oFCKeditor.Value = descriptionNews
oFCKeditor.CreateFCKeditor "descriptionNews", "100%", 400
%>
please help me what could be the problem?
Re: The FCKEdittor is not displaying in IE7
Re: The FCKEdittor is not displaying in IE7
I hate to say this but my problem is very similar with yours. I hate that thee toolbar is gone and I don't know how to put it back.
--------------------------
mask of editors