Search

You searched for the word(s): javascript
Showing page 42 of 408 (4,076 total posts) < 1 second(s)
  • Dynamic population via javascript

    We're using the Cute ASP editor on a form that is populated via JavaScript.  Is there a client-side JS call that we can make to properly populate the Cute-based text fields?  The standard document.formname.cutetextfieldname.value = "foo"; doesn't work.  I really don't want to have to dig too deeply into somone else's JS ...
    Posted to Cute Editor for ASP (Forum) by EyePulp on October 27, 2005
  • Javascript API Documentation

    Hi everyone,   Is there any type of documentation for the JavaScript API? I've seem the example page but I don't see any docs. Thanks!   Also, I've noticed when I try to paste html into the Source Code part, it doesnt work. But if I try to just paste plain text into the srouce code part it works fine. WHy is this!
    Posted to Cute Editor for .NET (Forum) by podo on October 16, 2005
  • Problems using setHTML(...) to insert text from JavaScript

    Problems using setHTML(...) to insert text from BLOCKED SCRIPTIt seems like the editor loads the html into previewmode instead of normalmode, even as the tab shows normal. The problem appears when loading html that has a table included. At first, no dotted lines appear around the tablecells. But if I go on to selecting the code tab, and then go ...
    Posted to Cute Editor for .NET (Forum) by jon_gyllen on October 11, 2005
  • Re: Javascript accessing content of Textarea

    ok, this is probably a dumb question - but in trying to further modify the autosave function to work in Safari as well where you simply put up a plain textarea- how can I get to the user modified text?  I'm using this syntax: textareaname.innerHTML to try to pull the user input and save it, but I'm only getting the text that was ...
    Posted to Cute Editor for .NET (Forum) by shland on August 24, 2005
  • Loading the contents of a rich text popup with client side javascript

    I have a page with multiple rich text fields and on slower computers it is quite slow opening. I am trying to work out a way of having div fields to display the contents of the field and a button above the field that opens a popup containing a rich edit control that reads the contents of the div field, allows the user to edit the data, then ...
    Posted to Cute Editor for .NET (Forum) by sdolier on May 9, 2005
  • Javascript error when inserting an image

    Hi Adam:   I get the following javascript error after clicking on the insert image (  ) button.  The image upload page begins to load and then I get an error.    Line: 347 Char: 53 Error: Expected';' code: 0 url: http://<web site base url>/CuteEditor_Files/browse_Img.asp?GP=/Photos   users are ...
    Posted to Cute Editor for ASP (Forum) by outerjoin on November 7, 2004
  • Onclick Javascript error ?

    Hi   Every time i click the mouse within the editor, i get a javascript error, object required. When i debug the JS in visual studio, the highlighted line is :   var host = window.open('UploadDialog.aspx?Id=_ctl0' + ((document.getElementById('_ctl0').value!='') ? '&amp;selectedfile=' + document.getElementById('_ctl0').value : ...
    Posted to Cute Editor for .NET (Forum) by jameswhittaker on July 30, 2004
  • Re: Javascript after upload?

    Hi,   Which AJAX framework are you using ? Microsoft AJAX or other ?   Uploader do not fire client side event after the server side FileUploaded get executed.   Because the way to do the postback is various.   At server side you can register javascript output for the AJAX .   Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on July 27, 2009
  • Javascript INPUT prompt asking for filename on Save

    is it possible to ask for a filename on Save?   I imagine a JavaScript INPUT prompt asking for the filename when clicking the Save button. The Get_HtmlContent.asp file would than use that value to save or update the existing or new file.   some code sample would be great!   thx!
    Posted to Cute Editor for ASP (Forum) by conradprogrammer on February 16, 2009
  • Re: CuteEditor 6.0 for ASP Javascript error obj_Editor1 is not an object

    // get the cute editor instance. In the following example, we assume your editor ID is : Editor1   var editor1 = document.getElementById('CE_Editor1_ID');    //Get the editor content var editdoc=editor1.GetDocument();   alert(getObjInnerText(editdoc.body));   function getObjInnerText (obj) ...
    Posted to Cute Editor for ASP (Forum) by Adam on July 30, 2007
« First ... < Previous 40 41 42 43 44 Next > ... Last »