JavaScript Pocket Reference, 2nd Edition by David Flanagan The unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification This page was updated April 17, 2008. UNCONFIRMED errors and comments from readers: {91} dealing with the "Input" element, discussed under the "type" attribute; Replace "Submit" with "Select" as illustrated below: "Legal values are listed in the following table; the default is text. Submit and [page 92] Textarea objects also have a type property, with possible values select-one, select-multiple, and textarea. JS 1.1." This should read: "Legal values are listed in the following table; the default is text. >>>>>Select<<<<< and [page 92] Textarea objects also have a type property, with possible values select-one, select-multiple, and textarea. JS 1.1."