Click to See Complete Forum and Search --> : data encryption


gemstone
07-06-2007, 12:31 AM
hi everybody,
I have an assignment to design a web page in html. the first page has "login". im finding difficulties in converting the entered text contents of the PASSWORD box to ******. Pls help.:confused:

felgall
07-06-2007, 12:38 AM
<input type="password"

gemstone
07-06-2007, 12:46 AM
thanks.