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.

95 lines
1.9 KiB

  1. <HTML>
  2. <HEAD>
  3. <link rel=stylesheet type="text/css" href="../setup/msobshel.css">
  4. <TITLE>Connection Settings</TITLE>
  5. <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <script language=javascript>
  7. function msnconset_LoadMe()
  8. {
  9. window.parent.InitFrameRef();
  10. window.parent.InitButtons();
  11. }
  12. </script>
  13. </HEAD>
  14. <BODY onload="msnconset_LoadMe();">
  15. <img id="logo" class=gradient src="../images/logo.jpg" tabindex=-1>
  16. <SPAN id="pagetitle" CLASS="pageTitle">
  17. Connection Settings
  18. </SPAN>
  19. <SPAN id="contents" CLASS="contents">
  20. Welcome to MSN Internet Access ...
  21. <BR>
  22. <BR>
  23. <table class=fontStyle>
  24. <tr>
  25. <td>
  26. Member ID:
  27. </td>
  28. <td>
  29. <LABEL ID=lblMemberID ></LABEL>
  30. </td>
  31. </tr>
  32. <tr>
  33. <td>
  34. Your email address:
  35. </td>
  36. <td>
  37. <LABEL ID=lblEmail></LABEL>
  38. </td>
  39. </tr>
  40. </table>
  41. <br>
  42. <br>
  43. Save info in a safe place ...
  44. <br>
  45. <br>
  46. To connect to MSN we selected the following numbers:
  47. <br>
  48. <br>
  49. <table class=fontStyle>
  50. <tr>
  51. <td>
  52. Primary access
  53. </td>
  54. <td>
  55. <Label ID=lblPrimaryPhone></LABEL>
  56. </td>
  57. </tr>
  58. <tr>
  59. <td>
  60. Secondary access
  61. </td>
  62. <td>
  63. <Label ID=lblSecondaryPhone></LABEL>
  64. </td>
  65. </tr>
  66. </table>
  67. <BR>
  68. <br>
  69. Click here to save MSN settings to a file
  70. <BUTTON id=btnSaveSettings>Save to File</BUTTON>
  71. <BR>
  72. <br>
  73. To continue, click NEXT.
  74. </SPAN>
  75. <SPAN CLASS="navbar">
  76. <IMG CLASS="blackBar" SRC="../images/black.gif">
  77. <SPAN Id=spanBack onclick="window.parent.GoBack();">
  78. <IMG Id=btnBack class=backButton>
  79. <SPAN Id=btnBackText class=backButtonText>
  80. Back
  81. </SPAN>
  82. </SPAN>
  83. <SPAN Id=spanNext onclick="window.parent.GoNext();">
  84. <IMG Id=btnNext class=nextButton>
  85. <SPAN Id=btnNextText class=nextButtonText>
  86. Next
  87. </SPAN>
  88. </SPAN>
  89. </SPAN>
  90. </BODY>
  91. </HTML>