Search

You searched for the word(s):  
Showing page 182 of 4,987 (49,864 total posts) < 1 second(s)
  • Re: Messenger Configuration

    watchmyhousesell,   if(user A wants to send a message to user B) {    if (user B is online)    {       if (user B is on user A contact list)       {          A conversation is ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on March 18, 2008
  • Re: onfocus in IE doesnt work but does in FF

    Hi Guys, Support pointed me to a new peice of code.  It should be:             //Get the editor content               var editdoc=activityEditor.GetDocument();                 ...
    Posted to Cute Editor for .NET (Forum) by mreric on July 16, 2010
  • Big problem with images styled to 100% width when within table in IE8

    We have big problems when trying to insert large images styled to 100% width, it just wont work in Internet Explorer 8.   When doing this in IE9, Chrome, Firefox everything works fine, but in IE8 it will just not work. We have tried this on your demo editors too, it does not work there eighter )c:   When looking directly on the code ...
    Posted to Cute Editor for .NET (Forum) by Bloodcarver on August 14, 2012
  • Re: uploaded images info dissapearing

    Hi, It probably has something to do with my updatepanel.    <asp:UpdatePanel ID=''UpdatePanel1'' runat=''server'' UpdateMode=''Conditional''>                 <ContentTemplate>                          ...
    Posted to Ajax Uploader (Forum) by Anonymous on November 14, 2011
  • onfocus in IE doesnt work but does in FF

    Hi guys, Has anyone gotten the onfocus event to work in IE.  Works fine in FF but not IE.  Followed the examples and tried different casing, but still no go.  Code is below. FF is using the event listener whilst IE is just attaching the event.  I have a feeling that there is another default  onfocus event that is ...
    Posted to Cute Editor for .NET (Forum) by mreric on July 15, 2010
  • Re: Saving the text value to a SQL Server database

    Hi.   When I did the test above by appending ''Hello World'' to the text property I did get ''hello World'' in the database but nothing else.   I have figured out something however.  If I switch from the Rich Text Editor mode to the Basic Text Box mode before submission it does record the HTML to the database.  But I ...
    Posted to Cute Editor for .NET (Forum) by DarkStar on September 22, 2008
  • Re: inserting into database

    systemdownnn,   Step 1:   Add the following at the top of your asp page.   <!-- #include file = ''CuteEditor_Files/include_CuteEditor.asp'' -->   Step 2:   Change the following code:   <textarea name=''aboutus_entry'' cols=''100'' rows=''20'' wrap=''virtual'' ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 22, 2007
  • Re: MAJOR shortcoming with hyperlink button

    excellent.......  see thing is.. my site isn't full of the most internet savy people.. they are car people  :)   My setup code for ''forum use'', the ''.Template'' addition was an excellenet excellent addition to this editor.. makes it that much better   Private Sub SetUpEditBox()       Dim strTemp ...
    Posted to Cute Editor for .NET (Forum) by sgilboy on February 21, 2004
  • Re: Object required: 'jfile'

    Eric, this is my code: <body>  <div class=''demo''>                                <h2>Selecting multiple files for upload</h2>   <p>ASP Uploader ...
    Posted to ASP Uploader (Forum) by luisfel28 on April 30, 2010
  • Re: Emulating Bold Button Behaviour for H1

    Richard,   The <H1> tag is a block level tag. So the correct way to apply Heading 1 tag is using 'formatblock'.   If you still want to do this, use the following code:      var editor1 = document.getElementById('<%=Editor1.ClientID%>');    var editor1doc = ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 23, 2007