FCKeditor - Samples - Posted Data

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