Re: Editor trying to save to a file that's nowhere referenced in the aspx code.

  •  10-10-2006, 12:30 PM

    Re: Editor trying to save to a file that's nowhere referenced in the aspx code.

    Correction:
     
    In the line: "Editor1.LoadHtml("document.htm") to Editor1.LoadHtml(Request.Querystring("page"))." towrds the beginning of my post, the code correctly is: "Editor1.LoadHtml("document.htm") to Editor1.LoadHtml(Request.Querystring("path"))".
     
    Typo on my part.
View Complete Thread