473,289 Members | 1,791 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,289 software developers and data experts.

How to use fckeditor in asp page

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:
Expand|Select|Wrap|Line Numbers
  1. <!-- #include file="FCKeditor/FCKeditor_2.5.1/fckeditor/fckeditor.asp" -->
  2. <html>
  3.   <head>
  4.     <title>FCKeditor - Sample</title>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6.   </head>
  7.   <body>
  8.     <form method="post" action="fckeditortest.asp">
  9.  
  10. <%
  11. Dim oFCKeditor,a
  12. a="desc"
  13. Set oFCKeditor = New FCKeditor
  14.  
  15. oFCKeditor.BasePath = "/FCKeditor/"
  16. oFCKeditor.toolbarset="mytoolbar"
  17. oFCKeditor.value=a
  18. oFCKeditor.Create "desc"
  19. %>
  20.       <br>
  21.       <input type="submit" name="submit" value="Submit">
  22.     </form>
  23.   </body>
  24. </html>
Dec 27 '07 #1
1 6478
jhardman
3,406 Expert 2GB
it looks like the editor is having problems. can other ASP scripts run?

Jared
Dec 31 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

8
by: Ronald | last post by:
Hi, I'm am trying to implement FCKeditor in my webapplication, but unfortunatly, I haven't succeeded in doing this. After almost a week, I finally got an compiled application, but now I get some...
2
by: Ferret Face | last post by:
Has anyone had any success using ASP.NET with FCKEditor?
1
by: deneb | last post by:
Hello everyone, I know this isn't related to generic javascript but I didn't found a group dedicated to the FCKEditor. I'm sorry for the inconvenience. I'm desperately trying to set the focus...
5
by: Jeff | last post by:
Hey ASP.NET 2.0 lets say I have a web page containing a FCKeditor, when this page loads it will fill the FCKeditor with some kind of text... I'm wondering how to set this text in the...
0
by: beemer127 | last post by:
Hello: I'm really new to both .NET and SQL, and I am still learning. I have the FCKeditor working, meaning that it displays in my page, and I have the SQL connection string established, but I'm...
0
jariaman
by: jariaman | last post by:
Hi all, I'm using FCKeditor in my website project, i think it can upload image and file and also edit the content page. But, i can't upload file with the tools. I found message erorr say: XML...
1
by: Krishbiztech | last post by:
Dear all ,, i have been rotating my head by this error for past 2 days.. Plz help me out.. i ll be very glad. i have developed an asp.net application.. in that im using FCKEditor to edit...
0
by: manojpolawar2008 | last post by:
Hi, I am using the fckeditor with asp.net2.0. I have declared and initialized and the FCKEditor on code behind(ie on aspx.vb) page. and i wan to set the ViewState value to FckEditor on...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 7 Feb 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:30 (7.30PM). In this month's session, the creator of the excellent VBE...
0
by: MeoLessi9 | last post by:
I have VirtualBox installed on Windows 11 and now I would like to install Kali on a virtual machine. However, on the official website, I see two options: "Installer images" and "Virtual machines"....
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: Aftab Ahmad | last post by:
Hello Experts! I have written a code in MS Access for a cmd called "WhatsApp Message" to open WhatsApp using that very code but the problem is that it gives a popup message everytime I clicked on...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.