Search

You searched for the word(s):  
Showing page 84 of 4,987 (49,864 total posts) < 1 second(s)
  • Re: Reg- Making Cute Editor content window read only

    Hi rajmohanp,   Please try the example below   <%@ Page Language=''C#'' %>     <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 13, 2010
  • Re: drop down customization not working

    Hi ahager,   try   <%@ Page Language=''C#'' %>     <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on July 1, 2010
  • Clicking on File upload button does nothing

    I'm new to PHP File Uploader and have downloaded the trial to try it out. copied  all files in the archive to a folder called PHPfileuploader.   clicking on the included demo.htm brings up the menu. selecting any of the demos displays the File Upload button and does nothing else.  is there something I'm ...
    Posted to PHP File Uploader (Forum) by pickledham on February 22, 2013
  • Re: control not working with FireFox 3.6

    Dear mcslayton,     Please save the following content to test.aspx, and copy it to the ajax uploader root, I have tested several times in ff3.6, work fine. <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
    Posted to Ajax Uploader (Forum) by Eric on February 16, 2010
  • Re: Large amount of image files, causes freeze.

    Got it down to 10 sec now!!! Edited your browse_Img.asp Showbrowse_Img-function to this and added this class.   Function Showbrowse_Img(spec)  Dim f, sf, fol, fc, fil, s, ext, counter  Dim fso  Set tmpstrm = New StrConCatArray  Set fso = Server.CreateObject(''Scripting.FileSystemObject'')  Set f = ...
    Posted to Cute Editor for ASP (Forum) by Bloodcarver on October 29, 2009
  • posting to the database

    I am having problems getting the data from the cuteeditor textarea to post to the database.   this insert record form is working for everything else, but the cuteeditor text.  if i put a value in the    <input type=''hidden'' name=''Editor1'' id=''Editor1'' value='''' /> line, i get written to the database whatever i ...
    Posted to Cute Editor for PHP (Forum) by pmagoo on April 6, 2008
  • Re: File upload name

    Hi djnotepad, You can refer to the following code, the highlighted line will move the temporary files to destination folder and save as your actual file name: <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
    Posted to Ajax Uploader (Forum) by Eric on June 28, 2011
  • 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
  • PasteHTML doesnt work properly in IE7 when using the breakelement.BR

    Hi There, PasteHTML works fine in Firefox, however when you use PasteHTML in IE7, the pasted text is always after all the BR's in front of the next text.  Can someone please look into this, this is some critical functionality we are looking for.  The example below in IE7 causes the behavior. 1. Use the code below.2. Put your ...
    Posted to Cute Editor for .NET (Forum) by mreric on July 28, 2010
  • Re: Given DialogHeight is adjusting correctly in IE8 but not inIE 9.

    Hi Surya, I tested the following code in IE9, it works fine. One ''''' is missing in your code, you can have a comparison. <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>   <title>JavaScript ...
    Posted to Cute Editor for .NET (Forum) by Eric on June 30, 2011
« First ... < Previous 82 83 84 85 86 Next > ... Last »