html:form

html:form — An HTML form

Synopsis

Attributes

Attributes:

  • accept
  • accept-charset
  • action (anyURI)
  • enctype
  • method (enumeration)
    • “get”
    • “post”
  • onreset
  • onsubmit

Required attributes are show in bold.

Description

XHTML defines a html:form element that can be used to add interactivity to web pages. The HTML Forms Module for DocBook allows html:form elements to be used in DocBook documents.

A complete description of XHTML is outside the scope of this reference.

Attributes

accept

FIXME:

accept-charset

FIXME:

action

FIXME:

class

FIXME:

enctype

FIXME:

lang

FIXME:

method

FIXME:

Enumerated values:

get

FIXME:

post

FIXME:

onclick

FIXME:

ondblclick

FIXME:

onkeydown

FIXME:

onkeypress

FIXME:

onkeyup

FIXME:

onmousedown

FIXME:

onmousemove

FIXME:

onmouseout

FIXME:

onmouseover

FIXME:

onmouseup

FIXME:

onreset

FIXME:

onsubmit

FIXME:

style

FIXME:

title

FIXME:

Examples

<article xmlns='http://docbook.org/ns/docbook'
	 xmlns:html="http://www.w3.org/1999/xhtml">
<title>Example html:form</title>

<html:form action="http://www.example.org/cgi-bin/dosomething">
<!-- this is a really crude form -->
<para>id: <html:input name="id"/></para>
<para>url: <html:input name="url"/></para>
<para>title: <html:input name="title"/></para>
<para>excerpt: <html:input name="excerpt"/></para>
<para>blogname: <html:input name="blog_name"/></para>
<html:input type="submit"/>
</html:form>

</article>

id:

url:

title:

excerpt:

blogname:

ChangeLog

This alpha reference page is $Revision: 1.5 $ published $Date: 2005/07/07 16:40:59 $.