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.

110 lines
4.3 KiB

  1. <html>
  2. <head>
  3. <link rel="stylesheet" type="text/css" href="mmsobshe.css">
  4. <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <SCRIPT LANGUAGE=javascript>
  6. <!--
  7. function do_WindowOnLoad(){
  8. window.parent.connect_LoadMe();
  9. btnBack.disabled = false;
  10. btnBackText.focus();
  11. }
  12. //-->
  13. </SCRIPT>
  14. </head>
  15. <body TABINDEX="-1" onload="do_WindowOnLoad();" scroll=no>
  16. <img id="WaterMark" class="gradient" src="../images/msnwtrmk.gif">
  17. <img id="imgUpperLeftCorner" style="position:absolute;top:0px;left:0px;visibility:hidden" SRC="../images/MSNlogo.gif" width="80" height="43">
  18. <script LANGUAGE="javascript">
  19. <!--
  20. function setImagePosition(oImg, szHorizontal, szVertical) {
  21. // Position oImg image to absolute coordinates based on szVertical(upper, lower) and szHorizontal(left, right)
  22. var x;
  23. var y;
  24. //alert('body:\nW: ' + document.body.offsetWidth + '\nH: ' + document.body.offsetHeight);
  25. x = szHorizontal.toLowerCase() == 'left' ? 0 : document.body.clientWidth - oImg.width - 15;
  26. y = szVertical.toLowerCase() == 'upper' ? 0 : document.body.clientHeight - oImg.height - 16;
  27. oImg.style.left = x;
  28. oImg.style.top = y;
  29. //alert('X: ' + x + '\nY: ' + y);
  30. oImg.style.visibility = 'visible';
  31. }
  32. setImagePosition( imgUpperLeftCorner, 'left', 'upper' );
  33. //Lan=0
  34. window.external.API.set_RegValue(0x80000002, "SOFTWARE\\Microsoft\\MSN","LanSetup", "0");
  35. function CloseWindow(){
  36. var L_strCloseWindow_Text ="Click OK to exit MSN Internet Access Setup.";
  37. window.parent.g_ModalDialogUp = true;
  38. if (confirm(L_strCloseWindow_Text))
  39. {
  40. window.external.Hangup();
  41. window.external.Finish();
  42. }
  43. else
  44. {
  45. window.external.Hangup();
  46. window.parent.setTimeout("DoDialExternal()" , 40);
  47. }
  48. }
  49. //-->
  50. </script>
  51. <span TABINDEX="-1" id="Connect_TITLE" CLASS="pageTitle">
  52. <id id="Connect_TITLE">Connection in Progress</id>
  53. </span>
  54. <span TABINDEX="-1" CLASS="contents">
  55. <div TABINDEX="-1" id="Connect_INFO1">MSN Internet Access is making a free telephone call so you<br>have an opportunity to customize your Internet experience.</div>
  56. <br>
  57. <div TABINDEX="-1" id="Connect_INFO2">Please wait for MSN Internet Access to connect.</div>
  58. <br>
  59. <div TABINDEX="-1" id="Connect_REDIALINFO" style="visibility:hidden">The previous number was busy. We are now</div>
  60. <span TABINDEX="-1"><id id="Connect_DIALING">Dialing</id></span>(<span TABINDEX="-1" id="spnDialing"></span>)<br>
  61. <br>
  62. <br>
  63. <table align="center" width="100%" tabindex="-1">
  64. <tr>
  65. <td width="33%">
  66. <img id="imgDialing" src="../images/dial_off.gif">
  67. </td>
  68. <td width="33%">
  69. <img id="imgNegotiating" src="../images/neg_off.gif">
  70. </td>
  71. <td width="33%">
  72. <img id="imgConnected" src="../images/con_off.gif">
  73. </td>
  74. </tr>
  75. </table>
  76. </span>
  77. <script language="javascript">
  78. if (screen.width != 640){
  79. var L_strConnectCancel_Text = "To quit MSN Setup, click <b>Cancel</b>.";
  80. var L_strConnectBack_Text = "To change the information you entered, click <b>Back</b>.";
  81. document.write('<table tabindex="-1" class="navInfo" cellspacing="0" cellpadding="0"> <tr> <td valign="top" id="Connect_NAVINFO1A">' + L_strConnectCancel_Text + '</td> </tr> <tr> <td valign="top" id="Connect_NAVINFO2A">' + L_strConnectBack_Text + '</td> </tr> </table>');
  82. }
  83. </script>
  84. <span TABINDEX="-1" id="navbar" CLASS="navbar">
  85. <hr NOSHADE CLASS="blackBar">
  86. <span TABINDEX="-1" Id="spanCancel" onclick="CloseWindow();">
  87. <img Id="btnCancel" class="cancelButton">
  88. <label TABINDEX="1" ACCESSKEY="C" for="btnCancelText" Id="btnCancelText" class="cancelButtonText">
  89. <id id="LOCAL_CANCEL"><u>C</u>ancel</id>
  90. </label>
  91. </span>
  92. <span TABINDEX="-1" Id="spanBack" onclick="if (btnBack.disabled == false) window.parent.GoBack();">
  93. <img Id="btnBack" class="backButton">
  94. <label TABINDEX="2" ACCESSKEY="B" for="btnBackText" Id="btnBackText" class="backButtonText">
  95. <id id="LOCAL_BACK"><u>B</u>ack</id>
  96. </label>
  97. </span>
  98. </span>
  99. </body>
  100. </html>