Search

You searched for the word(s): javascript
Showing page 238 of 408 (4,076 total posts) < 1 second(s)
  • IE9 issue with pasteHTML on existing images

     I'm having an issue with calling pasteHTML on existing images in IE9.   For example, on the CuteEditor demo at http://cutesoft.net/example/javascript-api.aspx, if you select one of the images and click insert HTML it should replace the image with the text "This is a test!" Instead, it will just delete the ...
    Posted to Cute Editor for .NET (Forum) by sohil on November 7, 2012
  • Extraneous HTML in Chrome and IE9

    Hi,   When going back and forth between Normal and HTML, cute editor is putting extraneous characters in the HTML view.  I am using the current 6.6 version.  I am entering "test" in both scenarios below.   For IE9:   <div>test</div>   For Chrome: test<div ...
    Posted to Cute Editor for PHP (Forum) by dunroamins on September 11, 2012
  • execute code when no items to be uploaded

    Hi I have the ajaxuploadaattachments control added to a page.I start the upload manually on button Save ClickBut when no items are selected in the uploader the code behind the button will not fire.When I do select itemsto be uploaded the code behind will fire. aspx code: ...
    Posted to Ajax Uploader (Forum) by Anonymous on February 29, 2012
  • Switching between HTML and Normal Tab would corrupt nested quoted text inside html tags

    Hello,   I have the following bug: (Can be replicated using any of the examples/demos of the editor);   1. Type in the following:  ''<a href=''javascript:alert('text');''>test</a>'' into HTML tab 2. Switch to Normal Tab 3. Switch back to HTML tab 4. Editor would change the typed in URL into the following: ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on February 28, 2012
  • Unable To Post Full List To mySql Database

    I wonder whether someone may be able to help me please.   I thought I'd got this problem solved but unfortunately I still have some errors:   I'm using the code below to upload and save image files to a mySql database.   <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ...
    Posted to PHP File Uploader (Forum) by IRHM73 on February 9, 2012
  • Passing Filename Variable To mySql Database

    I wonder whether someone may be able to help me please.   I've put together the following code which allows the user to select and manually upload files, saving it to a folder on my server which all works fine. <?php require_once ''phpuploader/include_phpuploader.php'' ?> ...
    Posted to PHP File Uploader (Forum) by IRHM73 on February 4, 2012
  • is there an equivilent to OnClientClick???

    I have a page setup where I would like to hide an imagebutton when the user starts their upload. The only function that even allows me to manipulate the imagebutton is on fileuploaded. Which is useful for showing it again, but I cant hide it on uploading.   I tried all the other options such as ...
    Posted to Ajax Uploader (Forum) by websitepro on January 12, 2012
  • Re: Custom links for each department?

    Hi mmartinx,  1) open file “CuteSoft_Client\CuteChat\SupportClient.aspx”2) The select control below is the department dropdown list input_department 3)     You can handle its items by javascript, like below. The code below will remove all departments except ''Support''. <script>var ...
    Posted to Cute Live Support (Forum) by Kenneth on January 12, 2012
  • Re: What's going on here?

    Sorry.   Thanks for your interest.  Here's the 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 bbaldrober on December 15, 2011
  • Re: ConvertHTMLTagstoLowercase doesn't appear to be working

    hi yuba30,   Please refer to adam's topic http://cutesoft.net/forums/thread/13520.aspx, it explain to your why the color format be changed.   Also, you can use the html filter to replace it back. Add the code to the bottom of your editor page.   <script type=''text/javascript''>      ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 13, 2011