"Erik Arvidsson" <[EMAIL PROTECTED]> wrote in message
97ma90$[EMAIL PROTECTED]">news:97ma90$[EMAIL PROTECTED]...
> 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>

Actually, no, it shouldn't. In fact, it shouldn't do
much of anything...an OBJECT needs a CLASSID
(for Java) or DATA (for just about anything else)
attribute in order to display anything inside.



Reply via email to