The DHTML Editing Component allows you to easily add rich WYSIWYG HTML editing to HTML, VB, C++ and Java applications.
<% set fs = CreateObject("Scripting.FileSystemObject") set f = fs.GetFolder(Server.MapPath("relnotes")) For Each fldr in f.files buildnum = fldr.name Next set textStream = fs.OpenTextFile(Server.MapPath("relnotes") & "\\" & buildnum) s = textStream.readAll() textStream.Close() Response.Write "Release Notes for Build " + buildnum + "
" + s + "Install the latest build [<%=buildnum%>] of the DHTML Editing SDK, or go to the Build History page to install a previous build.
After you've installed the SDK, check out the Samples directory in the SDK to see some of the things you can do with DHTMLEdit.