%@ codepage="65001" language="VBScript" %> <% Option Explicit %> <% ' CKFinder ' ======== ' http://ckfinder.com ' Copyright (C) 2007-2012, CKSource - Frederico Knabben. All rights reserved. ' ' The software, this file and its contents are subject to the CKFinder ' License. Please read the license.txt file before using, installing, copying, ' modifying or distribute this file or part of its contents. The contents of ' this file is part of the Source Code of CKFinder. %> <% ' You must set "Enable Parent Paths" on your web site in order this relative include to work. %>
<% Dim oFCKeditor Set oFCKeditor = New FCKeditor oFCKeditor.BasePath = "../../../fckeditor/" oFCKeditor.Value = "
Just click the Image or Link button, and then "Browse Server".
" ' Just call CKFinder_SetupFCKeditor before calling Create() or CreateHtml() ' in FCKeditor. The second parameter (optional), is the path for the ' CKFinder installation (default = "/ckfinder/"). CKFinder_SetupFCKeditor oFCKeditor, "../../", empty, empty oFCKeditor.Create "FCKeditor1" %>