Search

You searched for the word(s):
< 1 second(s)
  • <!-- Inject Script Filtered --> ?

    Hi, &nbsp; I'm making progress. Here is my latest problem. I've got a small script in one of my pages. Nuthin too fancy just an image preloader for some roll overs. &nbsp; &lt;SCRIPT LANGUAGE=''JavaScript1.1''&gt; var cache1 = new Image(); cache1.src = ''images/toolkit/one-up.gif''; var cache2 = new Image(); cache2.src = ...
    Posted to Cute Editor for .NET (Forum) by giantsteps on March 18, 2004
  • Re: Problem writing Editor XHTML markup to file

    ISSUE RESOLVED - PLEASE IGNORE LATEST QUESTIONS
    Posted to Cute Editor for .NET (Forum) by giantsteps on March 18, 2004
  • Re: Problem writing Editor XHTML markup to file

    OK I have another idea. This might be simpler. I can't seem to figure out how to trace my buttonclick event. I have been using Trace but this doesn't seem to work for buttonclick events? Debug doesn't to show me either. &nbsp; Is there something special I need to do to see my Trace output from a buttonclick event handler? Thanks. &nbsp; Peter
    Posted to Cute Editor for .NET (Forum) by giantsteps on March 18, 2004
  • Re: Problem writing Editor XHTML markup to file

    Hi Adam, &nbsp; My problem is that I can't seem to write the cuteEditor markup to file. As you can see it is executed within a buttonclick event handler. It should work with a blank page that contains only a button control. &nbsp; The idea is quite simple. I want to take the string of xhtml output from the editor and then write it to disk. I ...
    Posted to Cute Editor for .NET (Forum) by giantsteps on March 18, 2004
  • Problem writing Editor XHTML markup to file

    Hi, &nbsp; Can someone please help me with this code? I had it working OK with another editor. The problem with the other editor was that it didn't write XHTML. &nbsp; I am trying to read from an xml file into an XmlDocument object, load an xml node with markup from the editor and then write it all back to disk. I am wondering if this isn't ...
    Posted to Cute Editor for .NET (Forum) by giantsteps on March 5, 2004