hi
I want to add fckeditor in asp. but it have some error like page can not be display
Please reply urgently
my code is:
[code=asp]
<!-- #include file="FCKeditor/FCKeditor_2.5.1/fckeditor/fckeditor.asp" -->
<html>
<head>
<title>FCKedito r - Sample</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<form method="post" action="fckedit ortest.asp">
<%
Dim oFCKeditor,a
a="desc"
Set oFCKeditor = New FCKeditor
oFCKeditor.Base Path = "/FCKeditor/"
oFCKeditor.tool barset="mytoolb ar"
oFCKeditor.valu e=a
oFCKeditor.Crea te "desc"
%>
<br>
<input type="submit" name="submit" value="Submit">
</form>
</body>
</html>[/code]
I want to add fckeditor in asp. but it have some error like page can not be display
Please reply urgently
my code is:
[code=asp]
<!-- #include file="FCKeditor/FCKeditor_2.5.1/fckeditor/fckeditor.asp" -->
<html>
<head>
<title>FCKedito r - Sample</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<form method="post" action="fckedit ortest.asp">
<%
Dim oFCKeditor,a
a="desc"
Set oFCKeditor = New FCKeditor
oFCKeditor.Base Path = "/FCKeditor/"
oFCKeditor.tool barset="mytoolb ar"
oFCKeditor.valu e=a
oFCKeditor.Crea te "desc"
%>
<br>
<input type="submit" name="submit" value="Submit">
</form>
</body>
</html>[/code]
Comment