Search

You searched for the word(s): javascript
Showing page 144 of 229 (2,286 total posts) < 1 second(s)
  • 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
  • rich dropdown

    I have a problem with the rich dropdown javascript functions. They are automatically added to the page the editor lives on. But the links (onmouseover etc) have parent.rOver defined instead of just rOver. This way, when using frames, i get a javascript error that the function rOver is not defined.   How can i remove the parent. identifier ...
    Posted to Cute Editor for .NET (Forum) by PosiXX on April 21, 2004
  • CuteEditor still strips all script elements though I set EnableStripScriptTags = false

    I use the version 5.3. For my application, the editor still strips all script elements though I set EnableStripScriptTags = false.   My application is an email editor page that allows users to edit 2 versions of email, html and plain text. There is a CuteEditor for html email and a TEXTAREA for plain text email in the same ...
    Posted to Cute Editor for .NET (Forum) by ytang on January 5, 2007