Hei
I have included FCKeditor in a asp.net website, but i get this error when i trie to use it. Anyone???
A potentially dangerous Request.Form value was detected from the client (FCKeditor1="<table cellspacing="...").
I have included FCKeditor in a asp.net website, but i get this error when i trie to use it. Anyone???
A potentially dangerous Request.Form value was detected from the client (FCKeditor1="<table cellspacing="...").

RE: A potentially dangerous Request.Form
RE: A potentially dangerous Request.Form
example:
<%@ Page ValidateRequest="false" Language="C#" AutoEventWireup="false" %>
RE: A potentially dangerous Request.Form
Ugh.
Better to wrap the fckeditor with a custom control, and insert javascript that relies on events to encode the data it's preparing to post. I use javascript's "escape" for that.
I sure hope all you guys that post solutions to this problem like "please include in your page directive ValidateRequest='false'" also post your website urls so people can play around with them and do nasty things to your servers/websites.