Source code of Windows XP (NT5)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<HTML> <HEAD> <link rel=stylesheet type="text/css" href="../setup/msobshel.css"> <TITLE>Member ID and Password</TITLE> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language=javascript> function msnidpss_LoadMe() { window.parent.InitFrameRef(); btnNext.disabled = false; window.parent.InitButtons(); }
function msnidpss_NameSelectionClicked() { for (iElement = 0; iElement < 4; iElement++) { radioNameSelection[iElement].checked = false; } event.srcElement.checked = true; } </script> </HEAD> <BODY TABINDEX=-1 onload="msnidpss_LoadMe();">
<img id="logo" class=gradient src="../images/logo.jpg" tabindex=-1>
<SPAN TABINDEX=-1 id="pagetitle" CLASS="pageTitle"> Member ID and Password </SPAN>
<SPAN TABINDEX=-1 id="contents" CLASS="contents"> We have selected the following member ID choices for you. <BR> Please choose one and type in a password. <BR> <BR> <input TABINDEX=1 type=radio id=radioNameSelection checked onclick="msnidpss_NameSelectionClicked();"> PeterZ <br> <input TABINDEX=1 type=radio id=radioNameSelection onclick="msnidpss_NameSelectionClicked();"> Z_Peter <br> <input TABINDEX=1 type=radio id=radioNameSelection onclick="msnidpss_NameSelectionClicked();"> P_Zat <br> <input TABINDEX=1 type=radio id=radioNameSelection onclick="msnidpss_NameSelectionClicked();"> Other member name of your choosing: <br> <input TABINDEX=2 style="position:relative; left:25px" type=text id=edtMemberID size=20> <br> <br> <table class="fontstyle" border=0 width=90%> <tr> <td> <label for=edtPassword>Enter your password</label> </td> <td> <input TABINDEX=3 type=password id=edtPassword size=20> </td> </tr> <tr> <td> <label for=edtPasswordVerify>Verify your password</label> </td> <td> <input TABINDEX=4 type=password id=edtPasswordVerify size=20> </td> </tr> <tr> <td> <label for=edtPasswordHint>Password Hint?</label> </td> <td> <input TABINDEX=5 type=password id=edtPasswordHint size=20> </td> </tr> </table> <BR> <br> To continue, click NEXT. </SPAN> <SPAN CLASS="navbar"> <IMG TABINDEX=-1 CLASS="blackBar" SRC="../images/black.gif"> <SPAN Id=spanBack onclick="window.parent.GoBack();"> <IMG Id=btnBack class=backButton> <SPAN Id=btnBackText class=backButtonText> Back </SPAN> </SPAN> <SPAN Id=spanNext onclick="if (btnNext.disabled == false) window.parent.GoNext();"> <IMG Id=btnNext class=nextButton> <SPAN Id=btnNextText class=nextButtonText> Next </SPAN> </SPAN> </SPAN> </BODY> </HTML>
|