WML


Passwortfeld

Erzeugt ein Passwortfeld zur Eingabe von z.B. Geheimnummern.

WML-Version: 1.0



Tag
<input type="password"/>

Attribute
name="Name der Ergebnisvariable"Name
value="Vorgabewert der name-Variable"Vorgabewert
size="Optische Länge des Feldes in Zeichen"Spaltenanzahl
maxlength="Maximale Länge des Feldes in Zeichen"Maximale Länge
format="Kombination aus Formatcodes"Eingabeformat
title="Titel/Überschrift"Titel
tabindex="Tabulator-Index"Tabulator-Index
emptyok="true|false"Leeres Eingabefeld



Beispiel:
<input type="password" name="zugangscode" size="5" maxlength="5" format="5N"/>