On Wed, 28 Feb 2001 20:16:35 -0800, "Garth Wallace"
<[EMAIL PROTECTED]> wrote:

>"Erik Arvidsson" <[EMAIL PROTECTED]> wrote in message
>97i4hn$[EMAIL PROTECTED]">news:97i4hn$[EMAIL PROTECTED]...
>> The correct way to do this using HTML4.0 is to use an object inside a
>form.
>> However there are no browsers that support HTML4.0. AOL has promised full
>> HTML4.0 support for Netscape 6 (?) but we all know that that is just empty
>> marketing talk.
>>
>> <form action="...">
>> <object type="text/html"></object>
>> <button onclick="this.form.submit()">Submit</button>
>> </form>
>
><object> works fine in Mozilla for me. I don't
>know what your problem is...

How do you submit the value of an object?  Does the current version of
the Mozilla plugin model allow the browser to ask the plugin for a
value when it appears in a form?

<form action="http://thatbigcrazyplace.com/apply">
  <input name="name" type="text">
  <object name="logo" type="application/crazy">
    <input name="logo" type="hidden" value="NOcrazySUPPORT" />
  </object>
  <input name="submit" type="submit" value="submit" />
</form>

Chris Hill
[EMAIL PROTECTED]

Reply via email to