Search

You searched for the word(s): form
Showing page 15 of 300 (2,996 total posts) < 1 second(s)
  • Re: Problem with form controls in editor

    Adam,   If you add the HTML snippet from my original post to this example (under Windows XP or Vista and IE7), you should see the issue. Just to be clear, I'm referring to behavior of the dropdown list in the Normal pane, not the Preview pane. Also, if you click it twice in rapid succession, the list will stay down. But this ...
    Posted to Cute Editor for .NET (Forum) by solventus on August 1, 2007
  • Re: HOW to style the form area? I'm just not getting it...

    Ah, no.  What I'm talking about is the Editor box itself.  Here's what I'm trying to do (a garish example, but its only an example, not exactly what I'm looking for):     And all the other stuff that goes along with it, such as the overall background color, etc., but primarily just the outside border.
    Posted to Cute Editor for ASP (Forum) by Innoma on December 4, 2007
  • Re: Problem with form

    Hi wingowin,   Actual, the code is corrects by the browser, the html code what you are using is not a standard HTML, so the browser corrects it directly. For now we can not prevent it, sorry for your inconvenience.   Regards,   Ken 
    Posted to Cute Editor for ASP (Forum) by Kenneth on October 21, 2013
  • Re: Cancel All Button

    Please try the following code:   <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to ASP Uploader (Forum) by Eric on July 12, 2010
  • Re: retrieve data from editor

    Darryl,     Here it is:     Dad.htm   <HTML><HEAD><SCRIPT>function popupCuteEditor(v_form, v_field){ var newWin, v_pagestring; w = 770; h = 500; LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; TopPosition = (screen.height) ? (screen.height-h)/2 : ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 9, 2006
  • Re: Login Form return OK, but lgoin failed!

    Sure, here it is:////////////////using System; using System.Collections.Generic; using System.Linq; using System.Web; using CuteChat; using System.Data; using System.Data.Common; using System.Collections; using System.Data.SqlClient; using System.Data.Sql; /// <summary> /// Summary description for CCDVAChatProvider /// ...
    Posted to Cute Live Support (Forum) by pjs75 on May 4, 2011
  • Re: access db is not write

    Hi hackerim, Please refer to example page ''form-keepingstate.asp'', in this example it shows you how to get the upload file name by classic asp code. Then you can save it it database there. What I mean is the code below. mvcfile.FileName  is the original file name. You can save it there. <%Dim ...
    Posted to ASP Uploader (Forum) by Kenneth on July 13, 2012
  • Re: How to insert a complete message to the script after done it ALL the uploads?

    Dear ahcool82,   Please refer to the following snippet:   <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to PHP File Uploader (Forum) by Eric on May 21, 2011
  • Re: style-option “position:absolute”

    Dear doubter,   Please refer to the following example: <?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?> <html> <head> </head> <body> <form name=''theForm'' action=''Edithtml.php?postback=true'' method=''post''> <?php $editor=new CuteEditor(); $editor->ID=''Editor1''; //  ...
    Posted to Cute Editor for PHP (Forum) by Eric on September 9, 2010
  • Re: posting to database

    Do you mean the source code of todatabase.asp? The following are its code:  <!-- #include file = ''cuteeditor_files/include_CuteEditor.asp'' --> <html>      <head>   <title></title>   <link rel=''stylesheet'' href=''asp.css''  type=''text/css'' ...
    Posted to Cute Editor for ASP (Forum) by Eric on August 14, 2010
« First ... < Previous 13 14 15 16 17 Next > ... Last »