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.

100 lines
2.7 KiB

  1. <HTML>
  2. <HEAD>
  3. <link rel=stylesheet type="text/css" href="../setup/msobshel.css">
  4. <TITLE>Member ID and Password</TITLE>
  5. <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <script language=javascript>
  7. function msnidpss_LoadMe()
  8. {
  9. window.parent.InitFrameRef();
  10. btnNext.disabled = false;
  11. window.parent.InitButtons();
  12. }
  13. function msnidpss_NameSelectionClicked()
  14. {
  15. for (iElement = 0; iElement < 4; iElement++)
  16. {
  17. radioNameSelection[iElement].checked = false;
  18. }
  19. event.srcElement.checked = true;
  20. }
  21. </script>
  22. </HEAD>
  23. <BODY TABINDEX=-1 onload="msnidpss_LoadMe();">
  24. <img id="logo" class=gradient src="../images/logo.jpg" tabindex=-1>
  25. <SPAN TABINDEX=-1 id="pagetitle" CLASS="pageTitle">
  26. Member ID and Password
  27. </SPAN>
  28. <SPAN TABINDEX=-1 id="contents" CLASS="contents">
  29. We have selected the following member ID choices for you.
  30. <BR>
  31. Please choose one and type in a password.
  32. <BR>
  33. <BR>
  34. <input TABINDEX=1 type=radio id=radioNameSelection checked onclick="msnidpss_NameSelectionClicked();">
  35. PeterZ
  36. <br>
  37. <input TABINDEX=1 type=radio id=radioNameSelection onclick="msnidpss_NameSelectionClicked();">
  38. Z_Peter
  39. <br>
  40. <input TABINDEX=1 type=radio id=radioNameSelection onclick="msnidpss_NameSelectionClicked();">
  41. P_Zat
  42. <br>
  43. <input TABINDEX=1 type=radio id=radioNameSelection onclick="msnidpss_NameSelectionClicked();">
  44. Other member name of your choosing:
  45. <br>
  46. <input TABINDEX=2 style="position:relative; left:25px" type=text id=edtMemberID size=20>
  47. <br>
  48. <br>
  49. <table class="fontstyle" border=0 width=90%>
  50. <tr>
  51. <td>
  52. <label for=edtPassword>Enter your password</label>
  53. </td>
  54. <td>
  55. <input TABINDEX=3 type=password id=edtPassword size=20>
  56. </td>
  57. </tr>
  58. <tr>
  59. <td>
  60. <label for=edtPasswordVerify>Verify your password</label>
  61. </td>
  62. <td>
  63. <input TABINDEX=4 type=password id=edtPasswordVerify size=20>
  64. </td>
  65. </tr>
  66. <tr>
  67. <td>
  68. <label for=edtPasswordHint>Password Hint?</label>
  69. </td>
  70. <td>
  71. <input TABINDEX=5 type=password id=edtPasswordHint size=20>
  72. </td>
  73. </tr>
  74. </table>
  75. <BR>
  76. <br>
  77. To continue, click NEXT.
  78. </SPAN>
  79. <SPAN CLASS="navbar">
  80. <IMG TABINDEX=-1 CLASS="blackBar" SRC="../images/black.gif">
  81. <SPAN Id=spanBack onclick="window.parent.GoBack();">
  82. <IMG Id=btnBack class=backButton>
  83. <SPAN Id=btnBackText class=backButtonText>
  84. Back
  85. </SPAN>
  86. </SPAN>
  87. <SPAN Id=spanNext onclick="if (btnNext.disabled == false) window.parent.GoNext();">
  88. <IMG Id=btnNext class=nextButton>
  89. <SPAN Id=btnNextText class=nextButtonText>
  90. Next
  91. </SPAN>
  92. </SPAN>
  93. </SPAN>
  94. </BODY>
  95. </HTML>