Search

You searched for the word(s): form
Showing page 19 of 300 (2,996 total posts) < 1 second(s)
  • Re: Login Form return OK, but lgoin failed!

    Hi Terry,Have this same issue, but in my case, the suggested code does not work.The problem is that when it comes into GetLogonIdentity(), the call to ...IsAuthenticated() returns false, even though just prior it called ValidateUser()and did ...
    Posted to Cute Live Support (Forum) by pjs75 on May 3, 2011
  • Re: Add Drawing Pop-Up Form...

    Aaron,   I suggest you create a custom button to handle this situation.   With CuteEditor it's very easy to add your custom button.   Here is a demo:   http://cutesoft.net/example/howto/AddButtons/cs/create_a_custom_button.aspx   Hope it helps.   Let me know if you have any further ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 15, 2005
  • Re: using CSSClass Dropdown event in another form

    Please check this example:   http://cutesoft.net/asp/custombuttons-popup.asp   This is example showing how to create a dialog and get the editor object in the dialog window.   You can find the source code of this example in the download package.
    Posted to Cute Editor for ASP (Forum) by Adam on February 28, 2008
  • Re: Javascript error "Class doesn't support Automation" when inserting a form

    Yes, I have this same problem when using certain forms in the HTML I am trying to edit.  Try these 2 things:   In your HTML above, you have several <input>'s.  I noticed that only one of them looks like:   <input ... />   And the rest look like:   <input ... > (No forward-slash).   Try ...
    Posted to Cute Editor for ASP (Forum) by Maximus5684 on April 16, 2007
  • Re: Using CuteEditor as a Simple TextBox Form Field

    Thanks for the reply Adam.  That gets me there partially.  It shows me how to limit the size and remove return key functionality.   Am I also to assume then that to solve some of my other questions...  - I can use the attachevent and detachevent javascript to attach an event for onblur?  - I can write a ...
    Posted to Cute Editor for .NET (Forum) by JonE on July 28, 2006
  • Firefox not populating dynamic form fields

    I am currently developing a simple Event-management solution in ASP.  I have downloaded and installed your product and things are going relatively smoothly.  However, I have noticed that there is a problem with Firefox when refreshing the page and repopulating form fields.  Some drop-down menus are dynamically driven, so there is a ...
    Posted to Cute Editor for ASP (Forum) by rootdesign on May 2, 2006
  • Re: How to remove unwanted HTML tages rendered by CuteEditor

    Hi sethumail2000,   Just need to add it to the bottom of your page, it will fire automatically.   <!-- #include file = "cuteeditor_files/include_CuteEditor.asp" -->   <html>          <head>  ...
    Posted to Cute Editor for ASP (Forum) by Kenneth on December 7, 2012
  • form tag in editor causes errors

    I have a user who pasted some text from word into the cute editor. In the text she pasted was a </form> hidden in the background. Well this closes the form and cuasing some issues. If there a fix for this or could we write some of the cute editor js?   any help would be greatly appreciated.
    Posted to Cute Editor for ASP (Forum) by rsteck on May 13, 2004
  • Re: Retrieving name of file?

    Hi,   please check the example page bleow, it shows you how to get the upload file name. mvcfile.FileName is the upload file name what you ...
    Posted to ASP Uploader (Forum) by Kenneth on September 22, 2016
  • Re: Changing filename....

    Hi,   Please check the example page below, it shows you how to change the upload file name with method CopyTo(). mvcfile.FileName means use the original file name, if you want to change to other name, then just change there ...
    Posted to ASP Uploader (Forum) by Kenneth on September 22, 2016
« First ... < Previous 17 18 19 20 21 Next > ... Last »