X-Git-Url: https://scm.cri.minesparis.psl.eu/git/ckeditor.git/blobdiff_plain/e11f66eb655db8339a2d9b197b89f6c3b26099e1..579f65bc95a773bc6f8da75f6849ea49f365368b:/skins/ckeditor/_samples/asp/sample_posteddata.asp diff --git a/skins/ckeditor/_samples/asp/sample_posteddata.asp b/skins/ckeditor/_samples/asp/sample_posteddata.asp deleted file mode 100644 index 81e6e49..0000000 --- a/skins/ckeditor/_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) )%>
- - -