Search

You searched for the word(s): form
Showing page 12 of 300 (2,996 total posts) < 1 second(s)
  • Re: A potentially dangerous Request.Form value . . .

    To prevent some script-injection attacks , with request validation turned off, you need to HTML encode the content of other controls on the form.   HTML encoding will automatically replace any ‘<’ or ‘>’ (together with several other symbols) with their corresponding HTML encoded representation. For example, ‘<’ is replaced by ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 17, 2004
  • Re: HOW to style the form area? I'm just not getting it...

    Okay, after a bit of digging, I see a border color attribute that is a (semi) fixed variable in the include_CuteEditor.asp file which, I gather, applies to all themes (unless its specified in a certain line in the theme styles asp pages). At any rate, I can change what I would like to change, so on to the testing... Thanks.
    Posted to Cute Editor for ASP (Forum) by Innoma on December 4, 2007
  • netSpell - submitting form

    How can i force the NetSpell to not submit the form, once I hit cancel?If I hit Cancel on the spellcheck popup, it still tries to execute my server side button code on my page.I added ''return false;'' to the closewindow() function in the javascript file spell.jsbut it still submits the page to the serverany ideas?Thanks!
    Posted to Cute Editor for .NET (Forum) by HomecitySupport on July 19, 2006
  • Re: action is stripped from form tag

    Doh, why is it sometimes you find the answer straight after asking the question you have spent ages trying to work out why!   There is a black list for tags in default.config and action was one of them, so I removed it and the action keyword works fine now. 
    Posted to Rich Text Editor for .NET and MVC (Forum) by AndyFel on April 8, 2014
  • Re: Help getting started

    Hi,   Let's start from creating a HTML Form Page. Then we replace the textarea with CuteEditor.   Create a new HTML page and name it 'CuteEditorTest.asp' Copy the following code and paste it into the body section of 'CuteEditorTest.asp' page :  Inserting Records : <form action=''target.asp'' method=''post'' ...
    Posted to Cute Editor for ASP (Forum) by Adam on August 17, 2004
  • ASP 6.0 [select] and [textarea] Form problem (see screen shot)

    Hello Adam, I'm a big user of CE last version (5.2)... I've just bought a ''Redistribution License'' and updated all my modules.... -> 6.0 as important bugs with [select box] and [textarea]... users cant update there pages/form!!!   [select box]  Original code before: <select ...
    Posted to Cute Editor for ASP (Forum) by JFRanger on May 24, 2007
  • Re: Dynamic Form Builder

    Adam,  Is there any chance you could provide some support now ? - I need to know whether to purchase your product or not ? After dragging form controls on to the editor such as radioBox1checkBox1I want to check and save the values  - but I cannot seem to inspect the controls collection --- code snip --- IfRequest.Form.HasKeys ...
    Posted to Cute Editor for .NET (Forum) by Viz_steve on February 21, 2005
  • using in place of textarea form element

    Well.... it's me, new guy [again]. Hopefully I don't find the answer right after I post like last time. I have an existing form with a textarea in place right now. I want to simply replace the textarea with the cuteeditor, and not have to change the app (the form is simply POSTed right now). I should clarify that I have deployed the ...
    Posted to Cute Editor for .NET (Forum) by deanfriesen on January 10, 2005
  • Re: SpellCheck "A potentially dangerous Request.Form value was detected"

    Hi, I'm having the same type of problem but with CuteEditor_for_NET6.  The Spell Checker with CustomCulture set to Spanish fails when it encounters that language's special characters (i.e.  inglés ).  As I don't have access to SpellCheck.aspx in the .NET release, is there some way this can be fixed? Stack ...
    Posted to Cute Editor for ASP (Forum) by SJochums on March 10, 2014
  • Re: How to upload file at the same time as the rest of the form is submitted?

    Thanx but this doesn't work for me :-( I think documentation is very poor for such a great product as this. The OnTastComplete is not even listed in documentation. Some other things like UploaderEvents have no description what they do etc. :-( In my case, the button just starts uploading and submits the form (upload only 64kB of course) ;-( I ...
    Posted to ASP Uploader (Forum) by jerry2 on December 16, 2010
« First ... < Previous 10 11 12 13 14 Next > ... Last »