??? ?? ??, ???? ?? ??
??? ?? ??? ???? ??? ??, ?? ?? ????? ? ? ?????. ??? ??? ???? ?? ??? ??? ?? ????.
??:
<form> <input type="text/password" name="名稱" value="文本" /> </form>
1. ??:
type="text"? ?? ?? ??? ??? ?? ?????.
type="password"? ?? ?? ??? ???? ?????. ??.
2. ??: ????? ???? ASP ? PHP?? ??? ??? ??? ??? ?????.
3.?: ??? ?? ??? ???? ?????. (????? ???? ???)
?:
<form> 姓名: <input type="text" name="myName"> <br/> 密碼: <input type="password" name="pass"> </form>
????? ???? ??: