Maybe I'm missing something but the following should create an object with
the type text/html that is editable and the value of the object should be
passed along in a form submission.

<form action="">
<object name="htmlData" type="text/html" style="width: 100px; height: 100px;
border: 1px solid red;"></object>
<button onclick="this.form.submit()">Submit</button>
</form>

erik arvidsson

"Garth Wallace" <[EMAIL PROTECTED]> wrote in message
97kinb$[EMAIL PROTECTED]">news:97kinb$[EMAIL PROTECTED]...

> <object> works fine in Mozilla for me. I don't
> know what your problem is...




Reply via email to