HTML/Attribute/formenctype
Aus SELFHTML-Wiki
Sie können mithilfe der Attribute formenctype, formmethod und formaction in einem Absendebutton die entsprechenden Attributwerte des übergeordneten form-Elements überschreiben.
erlaubte Werte |
die gleichen wie bei enctype |
---|---|
default-Wert | |
erlaubt in | input, button |
Beispiel
<form>
<label for="test">Test-Text eingeben: <label>
<input type="text" name="test" id="test">
<button>
als „application/x-www-form-urlencoded“
versenden
</button>
<button formenctype="text/plain">
als „text/plain“ versenden
</button>
</form>
Siehe auch
Weblinks
Liste der HTML-Attribute
- Formular-Attribute
- accept
- accept-charset
- action
- autocapitalize
- autocomplete
- autofocus
- checked
- cols
- dirname
- disabled
- enctype
- for
- form
- formaction
- formenctype
- formmethod
- high
- keytype
- list
- low
- max
- maxlength
- method
- min
- minlength
- multiple
- name
- novalidate
- optimum
- pattern
- placeholder
- readonly
- required
- rows
- selected
- size
- step
- type (button)
- type (input)
- value
- wrap
- Universalattribute
- Listen-Attribute
- Medien-Attribute
- Meta-Attribute
- Tabellen-Attribute
- Verweis-Attribute
formenctype
werden die ursprünglichen Einstellungen des Submit-Buttons überschrieben.