Jag har inte anvant den pa asp sidor men det tog ca 1 min pa php sida vad ar problemet?
<!-- #INCLUDE file="FCKeditor/fckeditor.asp" -->
<html>
<head>
<title>FCKeditor - Sample</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<form action="savedata.asp" method="post">
<%
Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.BasePath = "/FCKeditor/"
oFCKeditor.Create "FCKeditor1"
%>
<br>
<input type="submit" value="Submit">
</form>
</body>
</html>
borde funka for asp...
Mer info...