Leaked source code of windows server 2003
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.

80 lines
2.4 KiB

  1. <%@Language = Javascript%>
  2. <%
  3. Session.CodePage = 1252;
  4. var g_ID=Request.QueryString("ID");
  5. //Test the ID value to make sure that it falls into what it should be.
  6. var regValidIDTest = /^\d{1,2}_\d{1,2}_\d{4}(\\|\/){1}(\d|[a-f])+(_\d){0,1}.cab$/i
  7. if ( !regValidIDTest.test( g_ID ) )
  8. g_ID = -1;
  9. g_ID=String(g_ID).replace( /\\/g, "\\\\" )
  10. g_ID=String(g_ID).replace( /\//g, "\\\\" )
  11. Response.CacheControl = "no-cache";
  12. Response.AddHeader("Pragma", "no-cache");
  13. Response.Expires = -1;
  14. %>
  15. <html>
  16. <head>
  17. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  18. <meta http-equiv="Expires" content="-1">
  19. <link rel="stylesheet" TYPE="text/css" HREF="/main.css">
  20. <meta http-equiv="Content-Type" CONTENT="text/html; charset=iso-8859-1" />
  21. <meta http-equiv="pics-label" content='(pics-1.1 "http://www.icra.org/ratingsv02.html" l gen true for "http://oca.microsoft.com" r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true for "http://oca.microsoft.com" r (n 0 s 0 v 0 l 0))'>
  22. <meta http-equiv="Content-Style-Type" content="text/css">
  23. <title>Windows Online Crash Analysis</title>
  24. <script type='text/javascript' language='javascript'>
  25. function fnDoRedirect()
  26. {
  27. window.location.href='auto.asp?ID=<%=g_ID%>&DoRedirect=yes'
  28. }
  29. </script>
  30. </head>
  31. <body OnLoad="fnDoRedirect()">
  32. <table>
  33. <tr>
  34. <td>
  35. <p class='clsPTitle'><img alt='' src="../include/images/icon2.gif" width="55" height="55"><!>Uploading File<!></p>
  36. </td>
  37. </tr>
  38. <tr>
  39. <td>
  40. <p>Please wait while we upload the selected error report. This might take several seconds.</p>
  41. <noscript>
  42. <!--<p>Thank you for submitting your error report. Click the link below to begin analysis.</p>-->
  43. <p><a accesskey='p' class='clsalinkNormal' href='http://<%=Request.ServerVariables("SERVER_NAME")%>/isapi/oca_extension.dll?id=<%=g_ID%>'><img class='arrow' ID='imgStatus' alt='Go' border='0' src='../include/images/go.gif' width='24' height='24' align='absMiddle'><!>Submit Report<!></a></p>
  44. </noscript>
  45. </td>
  46. </tr>
  47. <tr>
  48. <td>
  49. <p><!>&#169; 2002 Microsoft Corporation. All rights reserved.<!>
  50. <a accesskey='u' class="clsALinkNormal" target="_blank" href="http://www.microsoft.com/isapi/gomscom.asp?target=/info/cpyright.htm"><!>Terms of Use<!></a>
  51. </p>
  52. </td>
  53. </tr>
  54. </table>
  55. </body>
  56. </html>