Search

You searched for the word(s):  
Showing page 141 of 4,987 (49,864 total posts) < 1 second(s)
  • template.aspx target setting is ignored

    I'm trying to execute javascript when the link is clicked from preview tab. It doesn't work because the new window is opened with BLOCKED SCRIPTLoadPage(XX) inside address bar. When I modify base (inside template.aspx) to look like that: <base target=''_parent'' href=''<%=referrer%>'' /> it still doesn't work because every time I ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on May 25, 2006
  • Re: Click ok to resume file

    It's strange now I get the JS error ''Object doesn't support this property or method'' <script type=''text/javascript''>         function CuteEditor_AjaxUploader_OnError(msg)         {     ...
    Posted to Cute Editor for .NET (Forum) by CIC Web on March 17, 2009
  • Re: How can we install Cute Live Support in plain asp (not asp.net)

    It's ok, our programmer already helped me install it, but I have to upgrade my hosting to have ms sql 2000 database. They still couldn't figure out how to install it with ms access.   But I have a different problem now. Now that it is installed on our website, I cannot run the live operator on my pc. I already posted it in another post, but ...
    Posted to Cute Live Support (Forum) by ianne2376 on September 2, 2006
  • Re: Automatic Resize

    Hi gim-matt,   You can try the way below, achieve it by javascript ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on February 1, 2013
  • Re: How do I load the "insert templates" as well as the editor at the same time

    Great everything looks good except when I click on the ''Insert templates'' the template isn't copied to the editor just says Hello.   The code is as follows: <script runat=''server''> void Page_Load(object sender, System.EventArgs e)  {     if (IsPostBack)   {    Literal1.Text = ...
    Posted to Cute Editor for .NET (Forum) by ontargetbill on May 10, 2006
  • Re: how can i add a shortcut key to the editor to submit?

    thank you for your answer and I've solved the problem above(submit by press ctrl+enter),but now,although I can press ctrl+enter to submit ,if I do it twice or more ,an error occurs which says ''error 800a025e caused by this action can not be completed''. It doesnt occur in Firefox   Error:由于出现错误 800a025e 而导致此项操作无法完成。(error 800a025e caused ...
    Posted to Cute Editor for .NET (Forum) by rewalax on March 16, 2009
  • Re: Filename pattern

    Hi Luuuukke, You can limit the file name by your own logic in API ''CuteWebUI_AjaxUploader_OnSelect'' and use method Cancel() to remove it if not match your request. Please try the example below. ''files'' is the selected file list. files[i].FileName is the upload file name.  More detail about the API please refer to ...
    Posted to Ajax Uploader (Forum) by Kenneth on July 31, 2012
  • Re: Editor some times not load fine

    forkus2000: Some time the editor when i call from ajax not load at the first time , but if you reload the same content show well...         Can you show me how to reproduce this issue?   Can you try the following example?   http://phphtmledit.com/EnableAll.php   If this example works for you, ...
    Posted to Cute Editor for PHP (Forum) by Adam on February 22, 2010
  • Re: Error 2038 on large upload

    Hi greggs, The example below shows you how to catch the upload error message and show your custom message. <?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 Kenneth on June 15, 2011
  • Re: Connection error while initiating the live support chat

    Here is the error description when I try to click the connect button   See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Exception: Failed to connect server:NOTLOGIN,    at ...
    Posted to Cute Live Support (Forum) by Anonymous on July 29, 2007