Search

You searched for the word(s): javascript
Showing page 182 of 408 (4,076 total posts) < 1 second(s)
  • Re: How to Hide Cancel all Uploads Button

    Hi adyboy369, Please try 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 June 28, 2011
  • Re: Can't update H1 tags in config files

    StevenLockey: Hi, added this code:        <script type=''text/javascript''>               function CuteEditor_FilterHTML(editor,code)            {  ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 6, 2010
  • Re: This only works in IE, not in Firefox etc.

    Half the problem solved.   If figured out, that this is the problem: (text marked with yellow)   <%@ Page Language=''vb'' AutoEventWireup=''false'' CodeBehind=''WebForm19.aspx.vb'' Inherits=''Aspergerforeningen.WebForm19'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''ce'' %> <!DOCTYPE ...
    Posted to Cute Editor for .NET (Forum) by PeterDK on November 22, 2009
  • Re: cute Editor 6.5 IE Execute SetHTML () "js function cannot edit issues

    Hi wpy126,   It works fine for me, can you reproduce this issue on our online demo?   Demo:   http://cutesoft.net/example/JavaScript-API.aspx   Please test the code below <%@ Page Language=''C#'' AutoEventWireup=''True'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 10, 2009
  • Re: SetHTML problem with IE 8

    Sam Hutchinson: Hi  I tried contacting support but have still had no response on this issue.     This is a problem I am experiencing when using your php editor and the setHTML method.   If I use the following JavaScript with Internet Explorer 8 to insert content into the editor problems occur. The method ...
    Posted to Cute Editor for PHP (Forum) by Adam on November 8, 2009
  • Re: Customization "Align all the Button in one line"

    Prabhu   Here is a sample for you ...
    Posted to Ajax Uploader (Forum) by cutechat on April 23, 2009
  • Re: Uploader Cancel event capture

    Hi,   The uploader do not provide server side or client side cancel event directly.   In client side javascript,   You can capture the start/stop/postback event, or compare the status of the data from queueui event .   If you want to notify the server side, you can raise a postback to server ...
    Posted to Ajax Uploader (Forum) by cutechat on February 2, 2009
  • Re: Problems with editor.GetSelection() in IE

    Here's a copy of the code I meant the link to in my previous post to show. It would be helpful if there was a similar example in your documentation, as below, that showed how to set up a custom button that selects text:   Example: <?php   $editor=new CuteEditor(); $editor->ID=''Editor1''; $editor->Text=''Type ...
    Posted to Cute Editor for PHP (Forum) by postmormon on May 20, 2008
  • Re: Permission Denied Error

    brianahn: IIS6, Visual Studio.NET 2003, Win XP SP2, .NET Framework 1.1   I am getting Permission Denied Javascript Error in my application.   My application setting is cookieless = true, so I turned it off. then the error went away.   I thought I bet this setting caused the javascript error but when I turned the setting ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 17, 2007
  • Re: Problem writing custom functions

    Ken,   This is another sample code for ASP version that shows customized buttons. Please check your mail box. I sent the whole source code to you today.   <script language=''JavaScript'' type=''text/javascript'' > function Paste_Html1(editorID,value) {      EditorID = editorID+''_editBox''; ...
    Posted to Cute Editor for ASP (Forum) by Adam on April 5, 2004