X-Git-Url: https://scm.cri.minesparis.psl.eu/git/ckeditor.git/blobdiff_plain/871bad8291b6dbc29d489d95d185458caab25158..14d450d78a2d67ec1decd64c928151851961dd36:/_samples/asp/sample_posteddata.asp?ds=sidebyside diff --git a/_samples/asp/sample_posteddata.asp b/_samples/asp/sample_posteddata.asp deleted file mode 100644 index 81e6e49..0000000 --- a/_samples/asp/sample_posteddata.asp +++ /dev/null @@ -1,46 +0,0 @@ -<%@ codepage="65001" language="VBScript" %> -<% Option Explicit %> - - - - - Sample - CKEditor - - - - -

- CKEditor - Posted Data -

- - - - - - - - - <% - Dim sForm - For Each sForm in Request.Form - %> - - - - - <% Next %> -
Field NameValue
<%=Server.HTMLEncode( sForm )%>
<%=Server.HTMLEncode( Request.Form(sForm) )%>
- - -