Jump to content

Talk:HTML form

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mmj (talk | contribs) at 03:44, 18 November 2008. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputing B‑class
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
BThis article has been rated as B-class on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
WikiProject iconInternet B‑class Mid‑importance
WikiProject iconThis article is within the scope of WikiProject Internet, a collaborative effort to improve the coverage of the Internet on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
BThis article has been rated as B-class on Wikipedia's content assessment scale.
MidThis article has been rated as Mid-importance on the project's importance scale.

Um, there's no sample image at the top of the page that the text is referring to... Arden 10:48, 12 April 2007 (UTC)[reply]

Select

The description of select is misleading. 'Select multiple="multiple"' is not a dropdown menu (it can't be, obviously). However, I'm struggling to think of a short and concise way of wording it. Perhaps someone else can have a go at making the following's information more readable:

  • select – a list (either as drop-down, for single-select, or linear list for multiple-select) that displays a list of items a user can select from

-pinkgothic 07:56, 31 May 2007 (UTC)[reply]

The example image caption should not say ``rendered by Mozilla Firefox

IMHO the example image caption shouldn't say ``rendered by Mozilla Firefox:

Should the example form rendering image be updated?

The example image lacks the elegance of contemporary web pages. This is obvious from the programming point of view, because the code is an unadorned HTML, but the unassuming reader may not appreciate this, and it may be useful (unless it is required to illustrate history of forms) to use a contemporary example styled with CSS and whatnot, maybe a fragment of an actual form in use somewhere prominent? Rdancer (talk) 17:29, 26 June 2008 (UTC)[reply]

History of web forms

This article may benefit from a history section explaining who invented web forms, when the first HTML based forms were used and which software first supported them, and more. HTTP Cookies article has a similar history section. mmj (talk) 03:43, 18 November 2008 (UTC)[reply]

XForms

This article seems to almost exclusively deal with HTML web forms, but XForms are an alternative standard for expressing forms on the web, albeit poorly supported and rarely used. The article could be modified to give a more general overview of web forms. mmj (talk) 03:43, 18 November 2008 (UTC)[reply]