- From: Dean Edwards <dean@edwards.name>
- Date: Tue, 29 Jun 2004 19:17:48 +0100
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
Received on Tuesday, 29 June 2004 11:17:48 UTC