%@ codepage="65001" language="VBScript" %> <% Option Explicit %> <% ' You must set "Enable Parent Paths" on your web site ' in order for the above relative include to work. ' Or you can use #INCLUDE VIRTUAL="/full path/ckeditor.asp" %>
CKEditor requires JavaScript to run. In a browser with no JavaScript support, like yours, you should still see the contents (HTML data) and you should be able to edit it normally, without a rich editor interface.
Editor 1:
<% dim initialValue, editor ' The initial value to be displayed in the editor. initialValue = "
This is some sample text.