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.