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.

31 lines
921 B

  1. <%@LANGUAGE = Javascript%>
  2. <!--#INCLUDE FILE='Global_DBUtils.asp' -->
  3. <!--#include file='global_serverutils.asp'-->
  4. <%
  5. var BugID = Request.QueryString("BugID")
  6. var BucketID = Request.QueryString("BucketID")
  7. %>
  8. <head>
  9. <link rel="stylesheet" TYPE="text/css" HREF="/main.css">
  10. <link rel="stylesheet" TYPE="text/css" HREF="/CustomStyles.css">
  11. </head>
  12. <body bgcolor='#ffffff' topmargin='0' leftmargin='0' marginheight='0' marginwidth='0' tabindex='0'>
  13. <table>
  14. <tr>
  15. <td>
  16. <p class='clsPTitle'>Debug Portal - Raid bug information</p>
  17. <p>Bucket Name: <%Response.Write(BucketID)%>
  18. <p><input style='font-size:100%;width:100px' type='button' value='Close Window' onclick='javascript:window.close()'></p>
  19. </td>
  20. </tr>
  21. </table>
  22. <hr>
  23. <iframe id='iframe1' frameborder='0' scrolling='yes' width='100%' height='85%' src='http://liveraid/?ID=<%=BugID%>'></iframe>
  24. </body>