Hi all, the spec for the submit tags reads: When an ECMAScript variable is submitted to the server its value is first converted into a string before being submitted. If the variable is an ECMAScript Object the mechanism by which it is submitted is not currently defined. The mechanism of ECMAScript Object submission is reserved for future definition. Instead of submitting ECMAScript Objects directly, the application developer may explicitly submit properties of Object as in "date.month date.year". What is the correct behaviour of a compliant platform if the user tries to submit a compound object like var A = new Object(); A.B = "test"; DirkReceived on Friday, 7 January 2011 10:11:06 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Friday, 7 January 2011 10:11:13 GMT