Hi Johan,
PLEASE stop using STOP as a debug tool.
It's unrelated to your issue here, but STOP will break the program - it is not useful as a debugging aid.
If you want to inspect things run DebugView.Exe (or better yet DebugView++) and use the p_web.trace command to send data to the viewer.
>> I have a text field on a popup form as a TinyMCE control. I want to change some of the values in the editor and want now to get the new value back into a session variable?
At the moment this is turned off. ie the field does not immediately send it's contents to the server on change. Currently the change only happens when you click on Save.
Tell me more about what you have in mind to do with the HTML?
cheers
Bruce