[whatwg] Confirming passwords and such
Dean Edwards
dean at edwards.name
Tue Jun 29 11:17:48 PDT 2004
Jason Lustig wrote:
> Will Levine wrote:
>
>> <label>Enter Password<input type="password" name="beef" id="foo"></label>
>> <label>Confirm Password<input type="password" confirm="foo"
>> name="checkfoo"></label>
>
>
> An excellent idea - this might be more clean though, with validate="foo"
> rather than confirm="foo"...
>
> <label for="foo">Password:</label> <input type="password" name="beef"
> id="foo" />
> <label for="confirm">Confirm Password:</label> <input type="password"
> name="confirm" id="confirm" validate="foo" />
>
> Jason
>
there is already a "validate" method in WF2.
-dean
More information about the whatwg
mailing list