Search

You searched for the word(s): javascript
Showing page 201 of 408 (4,076 total posts) < 1 second(s)
  • Re: Complete Javascript API

    Hi vickMercury,   You can find all javascript api at http://www.ajaxuploader.com/document/scr/html/JavaScript-API.htm    Regards,   Ken 
    Posted to Ajax Uploader (Forum) by Kenneth on June 23, 2014
  • Source Code: Setting the Font Size List

    EvilMonkey,   Please try the following code. Keep me posted.   <script language=''JavaScript'' type=''text/javascript'' > function changeSize(editorID,value) {         EditorID = editorID+''_editBox'';         var editor = ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 12, 2004
  • Hide table with class = AjaxUploaderQueueTable

    Hi! I'm using the control UploadAttachments, and I'm using the event attachment1_PreRender for hide the file list when the upload finish. But when the file is uploading I want hide the table (near the InsertButton) with class = 'AjaxUploaderQueueTable', I tried using events, javascript, but I don't get sucess. ...
    Posted to Ajax Uploader (Forum) by starrillo on September 22, 2011
  • Re: EnableStripScriptTags not working version 6.6

    Solved.   Remember to put <!-- --> around script code!   Ex <script type=''text/javascript''> <!-- $(document).ready(function() { $(''.accordion h3:first'').addClass(''active''); $(''.accordion p:not(:first)'').hide(); $(''.accordion h3'').click(function() ...
    Posted to Cute Editor for .NET (Forum) by slash on May 31, 2010
  • Chat in Frame - Popup Disconnects

    I have CuteChat in an iframe on on page. That page not only contains the iframe but it also has a Flash movie, which polls the database for Instant Message requests for an application I wrote. If there is an Instant Message, the flash movie executes a javascript popup. When this happens, the chat room disconnects. Any ideas?
    Posted to Cute Chat and Cute Web Messenger (Forum) by twdo on November 19, 2004
  • Re: Issues with F12/Full screen - I still have issues

    Your code looks OK to me.   Can you create a simple aspx page which contains CuteEditor only and test it?   If you can reproduce the problem with your code, please post the code here.   If you can't reproduce the problem, there must be some JavaScript Conflict inside your page.
    Posted to Cute Editor for .NET (Forum) by Adam on June 29, 2006
  • Re: How do I handle the events for 2 CuteWebUI:UploadAttachments on the same page

    Hi,   There's two solutions .   #1 Use global event function , use 'this' to get the uploader , and check the value of this.id   #2 please check http://ajaxuploader.com/document/scr/JavaScript-API.htm , use the instance event .   Regards, Terry  
    Posted to Ajax Uploader (Forum) by cutechat on May 31, 2009
  • Re: PasteHTML

    Can you try the following example?   http://cutesoft.net/asp/JavaScript-API.asp   I am not sure what you are trying to do. Are you trying the update the whole URL when pasteing the HTML?   Please note that this function pastes HTML code only.
    Posted to Cute Editor for ASP (Forum) by Adam on February 29, 2008
  • Re: Return CDATA in XHTML

    jlongson,   Please set Editor.EnableStripScriptTags Property to false.   Demo:   http://cutesoft.net/example/EnableStripScriptTags.aspx   <script language=''JavaScript''>  <![cdata[  function myTest() {    alert(''Hello'');  }  ]]></script>   Keep me ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 19, 2006
  • Re: filepost.asp - expected end of statement problem

    trying changing that line to and see what happens.   Response.Write ''<script language=javascript>var OxOe890=['\x22 \x26 FilePath \x26\x22/\x22 \x26 File.FileName \x26 \x22','\x22\x26FilePath\x26\x22']; parent.UploadSaved(OxOe890[0x0],OxOe890[0x1]) ;</script>''   RC    
    Posted to Cute Editor for ASP (Forum) by rcroeder on March 9, 2006