Search

You searched for the word(s): form
Showing page 51 of 300 (2,996 total posts) < 1 second(s)
  • Re: Another how do I get started question.

    An asp page is just an html page on steriods.  So you must already have a text area somewhere on the page.  The textarea must exist between the <form></form> tags. The form tag must then have an action='''' that is either pointing to itself or to another asp page for processing.  If you are using Frontpage to create the ...
    Posted to Cute Editor for ASP (Forum) by lundrigan on October 16, 2004
  • Re: CuteEditor In a Child Window

    I figured I'd also post what I have working and maybe you can help me get to the finishline.  Basically, instead of the TextArea on the 2nd page, I want to have it be the Cute Editor.  Thanks a million in advance.   2 ASP pages:  dad.asp and kid.asp   Dad.asp <HTML><HEAD><SCRIPT>function ...
    Posted to Cute Editor for ASP (Forum) by mgjunk on February 22, 2004
  • Re: awareness to previously uploaded files in form

    Nivell,   Please check the following examples:   7. Persist Uploaded File through Postback A sample demonstrates how to persist the selected files during page postbacks. Ajax Uploader can hold an object temporarily and you can save it anytime you want.   11. Ajax based user profile User profile is the primary part of a ...
    Posted to Ajax Uploader (Forum) by Adam on July 28, 2009
  • how to disable/re-enable container form

    I would like it to work like this:   User clicks browse, selects a file, and the upload starts -> I get a client side event, the event handler for which can disable appropriate screen controls while the upload proceeds.  Looking for a javascript BeginUpload event or something like that.   User clicks cancel during an upload ...
    Posted to Ajax Uploader (Forum) by veloearl on December 22, 2008
  • Executing a button event on the cute editor form

    I know how to capture the 'Save' button event in my code behind page.  What I want to do is to be able to fire the Save button's click event using JavaScript on the client side.  I have a timeout JavaScript function that runs every 5min.  I want it to execute (fire) the Save button's click event so that it posts back with the proper ...
    Posted to Cute Editor for .NET (Forum) by JonE on December 18, 2006
  • SpellCheck "A potentially dangerous Request.Form value was detected"

    Hello,   I am implementing the Classic ASP version of the editor on our site. We have a custom dropdown that contains "tags" the user can enter into a document. The tag format is [^TAG_NAME^].   When I use the spell check feature to verify the document, I get the following error...   "A potentially dangerous ...
    Posted to Cute Editor for ASP (Forum) by CTietgen on October 9, 2013
  • URLType not working with INPUT form.

    Hello, I have URLType set to ''Default'' in my CuteEditor.  Mostly this works, however, when using the ''Image Button'' option which brings up the INPUT form,  I can add a Src: in like /example.ashx/blah.  When I switch tabs from Input to General for example, the Src: will have my CuteEditor url appended on the front when I switch ...
    Posted to Cute Editor for ASP (Forum) by EricR on March 30, 2011
  • Problem with form controls in editor

    In my application, I need to include form controls within CuteEditor. Unfortunately, they don't behave properly. For instance, if a dropdown list in in the editor and it's dropped down, it will immediately close back up. This HTML will reproduce this behavior in any of the demos:   <span ...
    Posted to Cute Editor for .NET (Forum) by solventus on July 31, 2007
  • Re: Standard File Queue Appearing Even Though Custom Queue Is Being Used

    Hi,   I don't reproduce this issue. Make sure you have the last version.   please try this :   <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by cutechat on February 25, 2010
  • Re: dangerous request.form in cuteeditor v6.6

    Dear oompah,   Yes, i have changed it, please check spellcheck.aspx and test it again, if this issue is still existing, please forward your web.config and spellcheck.aspx to eric@cutesoft.net , i will have a trial on my end.   Thank you for asking Eric@cutesoft.net  
    Posted to Cute Editor for .NET (Forum) by Eric on January 18, 2011
« First ... < Previous 49 50 51 52 53 Next > ... Last »