I use cute editor ver6.6
I have an editor id="Editor_Background" in a page
When the button click, it submit the form to other page
I enter 1234 into the editor
I get the editor value by code : Request.Form("Editor_Background_HTMLContent")
But the result turn to :#1div#21234#1/div#2
How can I can 1234 only?