<%@ CodePage=65001 Language="VBScript"%> <% Option Explicit %> FCKeditor - Samples - Posted Data

FCKeditor - Samples - Posted Data

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