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.

84 lines
1.7 KiB

  1. <%@ LANGUAGE = VBScript %>
  2. <% Option Explicit %>
  3. <!-- #include file="directives.inc" -->
  4. <!--#include file="iisnew.str"-->
  5. <!--#include file="iisetfnt.inc"-->
  6. <html>
  7. <head>
  8. <title><%= L_TITLE_TEXT %></title>
  9. </head>
  10. <body bgcolor="Silver" text="#000000" LEFTMARGIN = 0 TOPMARGIN=0>
  11. <table width="100%" cellpadding="0" cellspacing="0" border="0">
  12. <tr bgcolor="Teal">
  13. <td>
  14. <IMG SRC="images/Ismhd.gif" WIDTH=189 HEIGHT=19 BORDER=0>
  15. </td>
  16. <td align="right" valign="middle">
  17. <%= sFont("","","#FFFFFF",True) %>
  18. <a href="javascript:helpBox();">
  19. <IMG SRC="images/help.gif" WIDTH=16 HEIGHT=16 BORDER=0>
  20. </A>
  21. </FONT>
  22. </td>
  23. </tr>
  24. </table>
  25. <% if Session("Browser") <> "" then %>
  26. <table cellpadding="0">
  27. <tr>
  28. <td width="190">&nbsp;
  29. </td>
  30. <td width="400">
  31. <form name="userform" action="default.asp">
  32. <%= sFont("","","",True) %>
  33. <% if Session("IsIE")then %>
  34. <script language="JavaScript">
  35. // Determine the version number.
  36. var version;
  37. var requiredVersion=2;
  38. if (typeof(ScriptEngineMajorVersion) + ""=="undefined"){
  39. version=1;
  40. }
  41. else{
  42. version=ScriptEngineMajorVersion();
  43. // Prompt client and navigate to download page.
  44. if (version < requiredVersion){
  45. }
  46. }
  47. </script>
  48. <% end if %>
  49. <SCRIPT LANGUAGE="JavaScript">
  50. self.location.href="default.asp?FONTSIZE=LARGE";
  51. </SCRIPT>
  52. </font>
  53. </form>
  54. </td>
  55. </tr>
  56. </table>
  57. <% else %>
  58. <table cellpadding="0">
  59. <tr>
  60. <td width="190">&nbsp;
  61. </td>
  62. <td width="400">
  63. <%= sFont("","","",True) %>
  64. &nbsp;
  65. <p>
  66. <%= sFont("","","Red",True) %>
  67. <%= L_NOCOOKIES_TEXT %>
  68. </font>
  69. <p>
  70. <a HREF="default.asp"><%= L_TURNONCOOKIES_TEXT %></a>
  71. </tr>
  72. </table>
  73. <% end if %>
  74. </body>
  75. </html>