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.

143 lines
3.3 KiB

  1. <HTML>
  2. <HEAD>
  3. <link rel=stylesheet type="text/css" href="../setup/msobshel.css">
  4. <TITLE>MSN Internet Access</TITLE>
  5. <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <script language=javascript>
  7. function msnsign_LoadMe()
  8. {
  9. window.parent.InitFrameRef();
  10. window.parent.InitButtons();
  11. }
  12. function msnsign_SignupWishClicked()
  13. {
  14. for (iElement = 0; iElement < 4; iElement++)
  15. {
  16. radioSignupWish[iElement].checked = false;
  17. }
  18. event.srcElement.checked = true;
  19. }
  20. </script>
  21. </HEAD>
  22. <BODY onload="msnsign_LoadMe();">
  23. <img id="logo" class=gradient src="../images/logo.jpg" tabindex=-1>
  24. <SPAN id="pagetitle" CLASS="pageTitle">
  25. MSN Internet Access
  26. </SPAN>
  27. <SPAN id="contents" CLASS="contents">
  28. If you would like to become an MSN Internet Access member,
  29. you automatically receive a full month FREE* of UNLIMITED
  30. access to everything that the Internet has to offer. After
  31. your free month, you will automatically continue to enjoy
  32. unlimited access to the Internet for only $19.99 per month.
  33. <BR>
  34. <BR>
  35. <table class="fontstyle">
  36. <tr>
  37. <td valign=top>
  38. <input id="radioSignupWish" type="radio" checked onclick="msnsign_SignupWishClicked();">
  39. </td>
  40. <td>
  41. I want to signup for a new MSN Internet Account.
  42. </td>
  43. </tr>
  44. <tr>
  45. <td valign=top>
  46. <input id="radioSignupWish" type="radio" onclick="msnsign_SignupWishClicked();">
  47. </td>
  48. <td>
  49. I am an existing customer and would like to configure my account.
  50. <table class="fontstyle">
  51. <tr>
  52. <td>
  53. <LABEL For="edtAccountName">My account name is: </label>
  54. </td>
  55. <td>
  56. <input id="edtAccountName" type="text" size=20>
  57. </td>
  58. </tr>
  59. <tr>
  60. <td>
  61. <LABEL For="edtAccountPassword">My password is: </label>
  62. </td>
  63. <td>
  64. <input id="edtAccountPassword" type="text" size=20>
  65. </td>
  66. </tr>
  67. </table>
  68. </td>
  69. </tr>
  70. <tr>
  71. <td valign=top>
  72. <input id="radioSignupWish" type="radio" onclick="msnsign_SignupWishClicked();">
  73. </td>
  74. <td>
  75. I already have an Internet Provider.
  76. </td>
  77. </tr>
  78. <tr>
  79. <td valign=top>
  80. <input id="radioSignupWish" type="radio" onclick="msnsign_SignupWishClicked();">
  81. </td>
  82. <td>
  83. Signup for MSN later.
  84. </td>
  85. </tr>
  86. <tr>
  87. <td>
  88. </td>
  89. <td>
  90. &nbsp;
  91. </td>
  92. </tr>
  93. <tr>
  94. <td>
  95. </td>
  96. <td>
  97. &nbsp;
  98. </td>
  99. </tr>
  100. <tr>
  101. <td>
  102. &nbsp;
  103. </td>
  104. <td>
  105. </td>
  106. </tr>
  107. <tr>
  108. <td>
  109. </td>
  110. <td>
  111. To continue, click NEXT.
  112. </td>
  113. </tr>
  114. </table>
  115. </SPAN>
  116. <SPAN CLASS="navbar">
  117. <IMG CLASS="blackBar" SRC="../images/black.gif">
  118. <SPAN Id=spanCancel onclick="window.parent.GoCancel();">
  119. <IMG Id=btnCancel class=cancelButton>
  120. <SPAN Id=btnCancelText class=cancelButtonText>
  121. Skip
  122. </SPAN>
  123. </SPAN>
  124. <SPAN Id=spanBack onclick="window.parent.GoBack();">
  125. <IMG Id=btnBack class=backButton>
  126. <SPAN Id=btnBackText class=backButtonText>
  127. Back
  128. </SPAN>
  129. </SPAN>
  130. <SPAN Id=spanNext onclick="window.parent.GoNext();">
  131. <IMG Id=btnNext class=nextButton>
  132. <SPAN Id=btnNextText class=nextButtonText>
  133. Next
  134. </SPAN>
  135. </SPAN>
  136. </SPAN>
  137. </BODY>
  138. </HTML>