Search

You searched for the word(s): javascript
Showing page 265 of 408 (4,076 total posts) < 1 second(s)
  • Re: During upload is in progress i need to change text of InserButton to "Uploading...."

    Hi krajiv23,   Please try the example page below, it shows you how to achieve this requirement. I use a button as the uploader button by property "InsertButtonID". And changed the text of this button when uploading and upload ...
    Posted to Ajax Uploader (Forum) by Kenneth on March 11, 2013
  • Re: MVC Ajax Uploader

    Hi Avi,   1. Is there a way to pass data from javascript to UploadHandler.ashx before a the file is uploaded, or after the file are selected?   I suggest you handle the upload file in the controller directly. So you can pass the value to the controller directly.   refer to the example below, you can save/move or do other ...
    Posted to Ajax Uploader (Forum) by Kenneth on February 28, 2013
  • Re: Work in I.E but not in Firefox

    Hi medvetet, Is your site online? If so, can you send me the uploader test page url? So we can check it. When you download the demo package? We just fixed a bug about firefox 7 with Iframe mode. Can you download the latest package and try again? Clean the browser cache and download ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 28, 2011
  • Re: Undefined JS variables when loading dialogs

    Dear zBrain,   Please follow steps:   1. Save the following code to dad.html <HTML> <HEAD> <SCRIPT>     function popupCuteEditor(v_form, v_field) {         var newWin, v_pagestring;         w = ...
    Posted to Cute Editor for PHP (Forum) by Eric on March 25, 2011
  • Re: Number of uploaded files

    Hi jerry2,   question 1   Please try the example below     <%@  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 Kenneth on December 16, 2010
  • Re: AjaxUploader

    Hi,   This sample tells you how to pass data for each file :   <%@ Page Language=''C#'' %> <%@ Import Namespace=''CuteWebUI'' %> <%@ 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 May 4, 2010
  • Re: Using jQuery to access getHTML

    Hi Lharris,   I tested your code, it works for me.   Can you try the example below on you site? <%@ Page Language=''C#'' AutoEventWireup=''True'' %>       <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 17, 2009
  • Re: Pre Sales Questions

    Sutro:I have tried many other editors and seem to have a problem with quite a few of them. My biggest problem is that when I input 2000 lines of html code in the editor. It displays and then when I post it to a database it never saves. Usually getting some sort of javascript error. There is no way to test your software to make sure this works on ...
    Posted to Cute Editor for ASP (Forum) by Adam on November 13, 2009
  • Re: Automatically login messenger with site registered users

    Mike,   First you need to integrate your own membership database into Cute Chat.   http://cutesoft.net/ASP.NET+Chat/Developer-Guide/scr/Integration_Overview.htm   Second you need to call JavaScript funtion to open web messenger.   There are two methods to open web messenger.   Open Messenger in dialog Open ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on October 12, 2009
  • Re: Change Toolbar's configuration in runtime.

    Please check this example:   http://cutesoft.net/example/JavaScript-API.aspx   You need to use CuteEditor_OnCommand event.   Here is the code of that example:   function CuteEditor_OnCommand(editor,command,ui,value)           { ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 18, 2009