Search

You searched for the word(s):
< 1 second(s)
  • Re: BreakElement Still Not Working in Firefox?

    Please provide some update on this issue. Please. Pretty please.
    Posted to Cute Editor for ASP (Forum) by lkelly on October 13, 2005
  • Re: HTMLEncode problems on null values...

    You could also modify your sql statement to use the isnull() function...&#160; this would place the onus on the db server (where it belongs)... In the select statement, you'd have something like:&#160; select id, isnull(fldName,'') where... etc.&#160; The isnull function returns the contents of the field if it ISN'T null, and the 2nd parameter ...
    Posted to Cute Editor for ASP (Forum) by lkelly on October 11, 2005
  • BreakElement Still Not Working in Firefox?

    I've got CE4.2 (update after noon) installed, and am having issues with the BreakElement setting in Firefox. I've got it set to &quot;p&quot; for paragraph tags, but Firefox uses a &lt;br /&gt; regardless of what I set this to. I noted, in a search of this forum, the problem had been reported before, and that is was to have been cleared up by ...
    Posted to Cute Editor for ASP (Forum) by lkelly on October 10, 2005
  • Re: Insert asp code in editor 4 for asp

    I had the same issue and ended up writing an ASP function that &quot;prepares&quot; content for the editor (prepends and appends the comment tags to asp script tags) and then &quot;fixes&quot; content before posting back to the database (strips the comment tags). Seems to work pretty well.&#160; However, you'll have to instruct anyone using the ...
    Posted to Cute Editor for ASP (Forum) by lkelly on October 6, 2005
  • Problem with EnableStripScriptTags and Firefox (gecko)

    I have an application which requires enabling the user to insert asp script tags in the editor window to set certain variables... Using the option above the editor works as expected in IE ... the script tags &lt;%...%&gt; and contents between are NOT displayed in Normal mode, and display as expected in HTML mode.&#160; Saving to the database ...
    Posted to Cute Editor for ASP (Forum) by lkelly on September 19, 2005