Search

You searched for the word(s): javascript
Showing page 261 of 408 (4,076 total posts) < 1 second(s)
  • Executing a button event on the cute editor form

    I know how to capture the 'Save' button event in my code behind page.  What I want to do is to be able to fire the Save button's click event using JavaScript on the client side.  I have a timeout JavaScript function that runs every 5min.  I want it to execute (fire) the Save button's click event so that it posts back with the proper ...
    Posted to Cute Editor for .NET (Forum) by JonE on December 18, 2006
  • href_cetemp

    Hi   I am getting spurious href_cetemps appearing in my javascript code. In the database the code is correct, but by the time the editor shows it in HTML view it has added loads of href_cetemp for every <a> link within javascript code. I have copied the two versions below. This seems to happen in both IE and firefox.   Any ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on November 15, 2006
  • Permission Denied Error

    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 back to ...
    Posted to Cute Editor for .NET (Forum) by brianahn on September 6, 2006
  • How to insert flash with swfobject.js tag

    Hi, i would insert flash with swfobject.js because i would flash with embed script. If possible replace the original flash code with   <script type=''text/javascript'' src=''swfobject.js''></script> <div id=''flashcontent1''> </div> <script type=''text/javascript''>  // ...
    Posted to Cute Editor for .NET (Forum) by usabiaga on August 29, 2006
  • 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
  • Onkeypress

    Hi,   The onkeypress happens before the value of the key is inserted, so if e.g. the document is blank and the user press 'a', the innerhtml in the onkeypress is still empty. (this functions the same way in the example: JavaScript-API.aspx)   In normal javascript you would just add an onkeyup event to the textarea, but is this ...
    Posted to Cute Editor for .NET (Forum) by MadsL on March 24, 2006
  • Re: Getting the content

    Access Cute Editor Text from client side javascript. 1. Code: // get the editor client ID var editor1=document.getElementById('<%=Editor1.ClientID%>');   //Get the editor content  var editdoc=editor1.GetDocument(); // Get the editor innerHTMLalert(editor.innerHTML); //Get the editor ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 3, 2005
  • Paste from Word button

    If you use the paste from word button to paste a block of text it pastes outside the editor and messes the page up. I have to use the CE on a page that pops up in a modal dialog, and return the text to the parent page using client scripting. I created a host of custom functions for the CE3 which we used so far, but I am not sure what's the way to ...
    Posted to Cute Editor for .NET (Forum) by Nimendra on February 17, 2005
  • Re: Javascrit error 'Access Denied'

    I understand that I'm using two different domains.  But both domains share the same base domain name 'mycompany.com'.  Setting the document.domain property allows the parent and child frames to talk - this works okay now. The problem is that with the introduction of the CuteEditor control onto the child page (within the iframe), I ...
    Posted to Cute Editor for .NET (Forum) by shobman on January 18, 2005
  • Re: Databse Image Selection

    For CuteEditor4.0 try to do this:   create a file as YourDialog.Aspx to list your images , and when the user select an image , run javascript :   top.returnValue='aaaa.jpg'; top.close();   for the page using CuteEditor4.0 : write this javascript:   function onmybuttonclick() { var ...
    Posted to Cute Editor for .NET (Forum) by cutechat on November 16, 2004