FCKeditor - Samples - Posted Data
This page lists all data posted by the form.
Field Name
Value
<% For Each sForm in Request.Form %>
<%=sForm%>
<%=Replace( Server.HTMLEncode( Request.Form(sForm) ), Chr(13), "
" )%>
<% Next %>