Search

You searched for the word(s):
Showing page 14 of 15 (149 total posts) < 1 second(s)
  • Re: Firefox issues (Paste from Word/Cleanup, BreakElement)

    Sticking my two cents worth in, the &lt;br/&gt; is a newer form of &lt;br&gt;, where by XHTML standard all tags must be complete. That is &nbsp; &lt;br&gt; = &lt;br&gt;&lt;/br&gt;&nbsp;&nbsp;&nbsp;&nbsp; Note: The close tag &lt;/br&gt; or &lt;br /&gt; is forbidden under HTML 4.01 some browsers do not render XHTML unless it is so stated that it ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on November 22, 2005
  • Paste issue width cleanup from word

    The first example is a paste from word and hitting the cancel button, I pasted the text between the two vertical bars the second is with cleanup. Why am I getting the 'v' in the second example? &nbsp; Pasted without clean up &nbsp; |&nbsp; Sample Paste | &nbsp;Paste with cleanup. |&nbsp; Sample Paste v| &nbsp; RC
    Posted to Cute Editor for ASP (Forum) by rcroeder on November 22, 2005
  • Loss of session state when opening browse_Img

    Since my messages to tech support by email have gone unanswered, I am now posting my questions here.I have been I having problems with the editor losing session state when opening browse_Document.asp, browse_Flash.asp, browse_Img.asp and browse_Media.asp. What it appears to be happening is that the browser is caching the pop window. The proper ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on November 22, 2005
  • Iframe resizing of when using the +/- buttons

    Since my emails to tech support have gone unanswered, I am putting my problems here now.One of the features and headaches of 4.x CuteEdit is the +/- button for resizing the editor. One of the problems when using CuteEdit within an Iframe, is that when CuteEdit resizes, the Iframe does not since there is no event to the user to trap this change. To ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on November 22, 2005
  • Re: Major Problem with code cleaner

    try adding editor.RemoveServerNamesFromUrl=true &nbsp; and possibly &nbsp; editor.DisableAutoFormatting = true &nbsp; RC
    Posted to Cute Editor for ASP (Forum) by rcroeder on November 22, 2005
  • Re: Type mismatch: 'Server.HTMLEncode' -- inc_CuteEditor.asp, line 851

    This appears that s_text is null, the line should read &nbsp; if isnull(s_Text) = false and s_Text&lt;&gt; '''' then :s_Text=Server.HTMLEncode( s_Text ): else s_Text='' '': end if and this should work
    Posted to Cute Editor for ASP (Forum) by rcroeder on November 22, 2005
  • Re: HTTPS site - issues with accessing the image button/folder

    Matt, &nbsp; I have had this problem too. It is related to the image popup window (and document, media and flash) not trasfering the current sessions to the window. The problem is in the browse_img.asp file line 14 &nbsp; If InStr(Lcase(ImageGalleryPath),Lcase(trim(Session(''ImageGalleryPath'')))) &lt;= 0 or Session(''ImageGalleryPath'') ='''' ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on November 22, 2005
  • XML output from CuteEdit

    Hi, &nbsp; On the page http://www.cutesoft.net/asp/xmloutput.asp&nbsp;and elsewhere on the site you indicate that you output in XML. The page shown says that you have a choice of XHTML 1.0 or HTML 4.01 output. I can neither find a property or method or example to show how to generate the XML. The sample does a Server.HTMLEncode(result). Do I ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on August 13, 2005
  • Re: usage of cute editor in iframe and resizing

    Found a work around. I needed to modify the include_CuteEditor.asp file to add the following on line 2&lt; script language='javascript' &gt; function OnResize(){} &lt; /script &gt;&#160;and on line 604 to add ;OnResize()&#160; to the two onclick events for two images + and -&#160;I do not recommend anyone else attempt this, but suggest that this ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on June 19, 2005
  • usage of cute editor in iframe and resizing

    Hi,&#160;I use the Editor within an Iframe, which works great because I resize the frame to the proper size. With the introduction of the +/- expansion button I run into the headache of not being able to resize correctly. I would suggest a standin javascript routine that can be redefined when the + or - button are pushed. Any thoughts on this?
    Posted to Cute Editor for ASP (Forum) by rcroeder on June 19, 2005