walkerdigest
Programmer
I have used following code. In fckeditor , when I insert table it creates problem. I have used 6.2.4 and 6.2.3 versions. But still same problem.
How can I solve this problem?
<%
kmt=request.Form("kmt")
dkfaaliyetraporu=request.Form("FCKeditor1")
if kmt="kaydet" then
Set YaziFSO=CreateObject("Scripting.FileSystemObject")
Set DosyaYaz=YaziFSO.CreateTextFile("c:\inetpub\ DosyaYaz.WriteLine(dkfaaliyetraporu)
DosyaYaz.close
end if
Set OkuFSO=CreateObject("Scripting.FileSystemObject")
Set DosyaOku=OkuFSO.OpenTextFile("c:\inetpub\ if not DosyaOku.AtEndOfStream then
icerik=DosyaOku.ReadAll
end if
DosyaOku.close
set OkuFSO= Nothing
set DosyaOku= Nothing
%>
<form action="denetimkurulu_fr_vt.asp" method="post">
<input type="hidden" id="FCKeditor1" name="FCKeditor1" value="<%=icerik%>" style="" />
<input type="hidden" id="FCKeditor1___Config" value="" style="display:none" />
<iframe id="FCKeditor1___Frame" src="/ssc_portal/fckeditor/editor/fckeditor.html?InstanceName=FCKeditor1&Toolbar=Default" width="100%" height="800" frameborder="0" scrolling="no"></iframe>
<input type="submit" value="kaydet" name="kmt" />
</form>
How can I solve this problem?
<%
kmt=request.Form("kmt")
dkfaaliyetraporu=request.Form("FCKeditor1")
if kmt="kaydet" then
Set YaziFSO=CreateObject("Scripting.FileSystemObject")
Set DosyaYaz=YaziFSO.CreateTextFile("c:\inetpub\ DosyaYaz.WriteLine(dkfaaliyetraporu)
DosyaYaz.close
end if
Set OkuFSO=CreateObject("Scripting.FileSystemObject")
Set DosyaOku=OkuFSO.OpenTextFile("c:\inetpub\ if not DosyaOku.AtEndOfStream then
icerik=DosyaOku.ReadAll
end if
DosyaOku.close
set OkuFSO= Nothing
set DosyaOku= Nothing
%>
<form action="denetimkurulu_fr_vt.asp" method="post">
<input type="hidden" id="FCKeditor1" name="FCKeditor1" value="<%=icerik%>" style="" />
<input type="hidden" id="FCKeditor1___Config" value="" style="display:none" />
<iframe id="FCKeditor1___Frame" src="/ssc_portal/fckeditor/editor/fckeditor.html?InstanceName=FCKeditor1&Toolbar=Default" width="100%" height="800" frameborder="0" scrolling="no"></iframe>
<input type="submit" value="kaydet" name="kmt" />
</form>