- From: Jason Lustig <jasonlustig@adelphia.net>
- Date: Tue, 29 Jun 2004 13:29:14 -0400
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
Received on Tuesday, 29 June 2004 10:29:14 UTC