View Single Post
Old 08-24-2003, 11:45 PM   PM User | #51
whammy
Senior Coder

 
Join Date: Jun 2002
Location: 41° 8' 52" N -95° 53' 31" W
Posts: 3,660
Thanks: 0
Thanked 0 Times in 0 Posts
whammy is an unknown quantity at this point
No... but it's not correct HTML. What he meant by "..." was put any other attributes there that need to go there, in place of "...".

If you look at the original example code, you'll see what I mean. It works - because it's coded correctly. Better yet, download the .zip file I provided that has the XHTML compatible code and the password helper.

<td>Password: </td><td><input type="text" name="pass" /></td>

all you need to do is change the input type to "password" instead of "text"
__________________
Former ASP Forum Moderator - I'm back!

If you can teach yourself how to learn, you can learn anything. ;)

Last edited by whammy; 08-25-2003 at 12:41 AM..
whammy is offline   Reply With Quote