Search

You searched for the word(s): javascript
Showing page 196 of 408 (4,076 total posts) < 1 second(s)
  • Re: "File Browsing has been blocked." inside AJAX TabContainer

    I have a situation where my client needs to launch file attachment from multiple places on a page.   So I am using javascript to click the ImageButton that has been assigned to the InserButtonID property of the Upload control.   So when in Flash upload mode I get the file browsing dialog blocked message.   Using the IFrame ...
    Posted to Ajax Uploader (Forum) by tinouye on October 18, 2010
  • Re: Chat Messenger issue with Google Chrome 5.0.375.99

    File version im using is 5.1.0.0 (26/11/2009)   I believe its a google browser issue that cause the blocking of popups for the domain. It's resolved.     But i've got a question regarding the starting a chat with a user. We are using a link that includes the javascript method to start a converation if he/she is ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by dspoh on July 9, 2010
  • Re: Upload start automatically after selecting an invalid file (e.g. larger than limit) even upload mode is set to manual

    Hello and thanks for your reply. Maybe I didn't make myself clear. Actually by an invalid file I meant an unacceptable file (a file with extension other than those defined in ValidateOption tag or bigger than MaxSizeKB).  Here is the [trimmed version of] code. To simulate my problem add a file,  and then add another file (larger ...
    Posted to Ajax Uploader (Forum) by Soheil on May 4, 2010
  • Re: Anchor tags in firefox.

    Hi Adam -  I don't think it's possible for me to test this on the demo site.  As I mentioned in my original post, it only doesn't work when the relevant anchors are inserted using the ''PasteHTML'' function.   Your http://cutesoft.net/asp/JavaScript-API.asp page uses ''PasteHTML'' to insert ''this is a test''.   If ...
    Posted to Cute Editor for ASP (Forum) by SavageAnne on November 16, 2009
  • Re: Editor.Setting.GetHashString()

    Hi Adam,   Yes I know its an old thread I'm upgreading from 5.3 to 6.4 and I want to use InsertImage dialog to retreve an Image and save the path of the image in my db.   I checked example demonstrates how to use CuteEditor as an image selector, It works fine but I need to save the image path from the textbox without the server ...
    Posted to Cute Editor for .NET (Forum) by maowidat on June 18, 2009
  • Re: What is this? <!-- Inject Script Filtered -->

    FYI. here is the first section of the HTML file, followed by CuteEditor's translation, including the comments ''Inject Script Filtered''. Can you tell me why CuteEditor is inserting those comments:   Actual HTML:   <html> <head><title>Qasper :: beyond CRM - information organizer project and document ...
    Posted to Cute Editor for .NET (Forum) by fredd on December 27, 2006
  • Re: Runtime Error: Object Expected when opening Image Editor

    Thanks for the reply Adam,  sorry it took so long to reply...   I gave ASPNET, IUSR, Network Service...everyone I could think of read/write access...  This error looks to me like it simply cannot find the Javascript Functions/Objects that it's trying to call...  I re-downloded 5.3 and over-wrote the entire file structure, and ...
    Posted to Cute Editor for .NET (Forum) by bigdoggy007 on November 20, 2006
  • Re: Styles on HTML preview page.

    I have also tried adding a javascript function (using an input button) that resets the background-color of the textarea to white and the (font) color to black but with frustrating lack of desired results. Whilst it appears that I can access properties of the textarea object, I have so far been unable to change the color of the text using ...
    Posted to Cute Editor for ASP (Forum) by ThingFish on September 26, 2005
  • Re: Firefox div tag issue, CE is disabled with errors

    Thank you for the sample code. I thought you might suggest that solution with the example I gave. What I am actually try to do is show status text when the page is rendering (pre form onload) or on a postback from a dropdown or checkbox that tells the user the page is rendering, loading, refreshing, etc. Your solution will work for me ...
    Posted to Cute Editor for .NET (Forum) by jboduch on August 15, 2005
  • Re: Page automatically schrolls to where the editor is placed on the page.

    I have put the following javascript on to ensure it goes to the top of the page now but the page still appears very jumpy when it loads. function SetFocus() { window.scroll(0,0); } window.onload = SetFocus;  The pages begins loading as normal, it then jumps to the editors that are being created and then when the page fully loads it ...
    Posted to Cute Editor for .NET (Forum) by parms3000 on April 27, 2005