Bug 11804

Summary: Object should submit (name attribute on <object>)
Product: WebKit Reporter: Vlad Alexander <vlad.alexander>
Component: Plug-insAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://misc.xstandard.com/apple/javascriptfree.asp

Description Vlad Alexander 2006-12-11 08:46:56 PST
The <object> element should send data to the server just like any other form control when the "name" attribute is present. For example:

<object type="application/x-xstandard" name="editor1" width="100%" height="300"></object>

Test case:
http://misc.xstandard.com/apple/javascriptfree.asp

For Netscape plug-in API implementation please see:
https://bugzilla.mozilla.org/show_bug.cgi?id=188938

We are a browser plug-in vendors and would very much would like to use this construct which is already supported by IE, FF and Opera.
Comment 1 Alexey Proskuryakov 2007-03-21 13:39:32 PDT
This bug was filed earlier, but bug 13061 already contains some information helpful for implementation, so marking this one as a duplicate.

*** This bug has been marked as a duplicate of 13061 ***