Hi All,
I'm using the wysiwig editor (part of IE I believe) to facilitate content editin in a PHP web page.
This object resides in a form and is created as an object using a classid.
Typicaly on a form submit you can fetch the value from common form controls like so...
$UserName = $_POST[name];
But for some reason, this does not work with OBJECTs.
Has anyone used the WYSIWIG object for editing purposes like this, if so, how do I get the text out of the dang thing!
Thanks.
Atomic