Hi.. Sorry If I am bothering.
Didi this code for cuteedit every work for you.
If request.QueryString("postback") <> "true" then
'response.write "NOT POSTBACK"
editor.draw()
else
editor.SaveFile("document.html")
editor.LoadHTML("document.html")
editor.Draw()
'response.write "POSTBACK"
End if