Search

You searched for the word(s): javascript
Showing page 184 of 408 (4,076 total posts) < 1 second(s)
  • Re: Number of uploaded files

    Hi jerry2,   Try the example below, in asp version there is not method the get the instance of the upload file, so you need to save it first.     <%@  language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
    Posted to ASP Uploader (Forum) by Kenneth on December 16, 2010
  • Re: Can we customize HTML tag on cute editor?

    Again to clear point of issue about to the position to put code into the pages.  ''adding the code below into the bottom of the page. ''  Where is the bottom of the page?  Do you mean position of #5 in the following?  <html>#1 <head>#2 </head>#3 <body>#4 </body> #5 </html > #6 ...
    Posted to Cute Editor for .NET (Forum) by sarana on September 2, 2009
  • Re: Set focus resetting while in update panel and ajax modalpopup

    Hi Gilbert,   Try this code, it works fine for me.   <%@ Page Language=''vb'' AutoEventWireup=''false'' %>     <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 31, 2009
  • Re: Can't Find the file

    I have finally figured the answer: both the Ajax control and the code to move the uploaded file reside in the same file!!!!   Why couldn't you just say so?  <?php require_once ''phpuploader/include_phpuploader.php'' ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
    Posted to PHP File Uploader (Forum) by cescolar on August 20, 2009
  • Re: PasteHTML

    Hi,   Try this example   <%@ Page Language=''VB'' %>       <%@ Register Assembly=''AjaxControlToolkit'' Namespace=''AjaxControlToolkit'' TagPrefix=''ajaxtoolkit'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 29, 2009
  • Re: Browse button stop working suddenly!

    Hi cassini,   Please test this example:   <%@ Page Language=''VB'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>     Private Sub InsertMsg(ByVal msg As ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 6, 2008
  • Re: editable regions and ftp

    Does anyone know the answer to this? ywp: From that article, it seems that the methods illustrated will only work in Normal mode, not in HTML mode.  Is there a way to similarly restrict the corresponding sections of code in the HTML view?   I've seen it in other editors so I'm sure it's possible, just a matter of how.  Maybe a ...
    Posted to Cute Editor for .NET (Forum) by ywp on October 6, 2008
  • Re: This must be simple but...

    You can overwrite any command of Cute Editor.   Demo:   http://cutesoft.net/example/JavaScript-API.aspx   If you want to overwrite the paste command.   You can add the following code in the bottom of your page:   <script> function CuteEditor_OnCommand(editor,command,ui,value) {  //handle the ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 18, 2008
  • Re: Resizing problem with Cutchat and problems with ReloadUI() method (in IM_MainForm.aspx)

        Hi Adam   Unfortunately, we cannot move CuteChat outside a frame. it would be too costly to rebuild the entire structure of our webapplication, which has taken more than two years be develloped. We have already tried to run CuteChat in embedded mode, resizing behaviour is no different. Also playing with the table ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by knoepdan on May 7, 2007
  • Re: First Version 5.0 question regarding resizing

    The post I wrote for resizing will not work for version 5 since you changed the BuildBottomBar javascript function from processing onclick event to adding your own attribute within the tag called Command. Oh am i going to have fun this weekend. I hope to find the how do do the resizing or I will forever have to stay with 4.2. This will also ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on December 30, 2005