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.

42 lines
1.5 KiB

  1. <HTML>
  2. <HEAD>
  3. #include "header.inc"
  4. <TITLE id="idTitle" name="idTitle">REMOTE_ASSISTANCE_INVITE</TITLE>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <meta http-equiv="MSThemeCompatible" content="Yes">
  7. <LINK id="UI_StyleSheet1" REL="STYLESHEET" TYPE="text/css" HREF="hcp://system/Remote%20Assistance/Css/rcBuddy.css" >
  8. <LINK id="UI_StyleSheet2" REL="stylesheet" TYPE="text/css" HREF="hcp://system/css/shared.css">
  9. </HEAD>
  10. <Body id="idBody" name="idBody" class="margin sys-rhp-bgcolor" scroll="auto" onload="OnLoad();">
  11. <Table id="idTableFrame" name="idTableFrame" cellpadding="16px" cellspacing="0" class="Maxwidth">
  12. <TR>
  13. <TD>
  14. <Table id="RA_Invite" name="RA_Invite" border="0" cellspacing="0" cellpadding="0" class="MaxWidth">
  15. <TR>
  16. <TD id="idTd1" name="idTd1">
  17. <Span id="idMainTitle" name="idMainTitle" class="sys-font-heading3 sys-rhp-color-title">Remote Assistance</span>
  18. </TD>
  19. </TR>
  20. <TR>
  21. <TD id="idTd2" name="idTd2">
  22. <center id="idCenter" name="idCenter">
  23. <span id="idMSNInfo" name="idMSNInfo" class="MaxWidth sys-font-body-bold sys-color-body">Loading ...</span>
  24. </center>
  25. </TD>
  26. </TR>
  27. </Table>
  28. </TD>
  29. </TR>
  30. </Table>
  31. </body>
  32. <script language=JavaScript>
  33. function OnLoad()
  34. {
  35. //setTimeout("parent.frames.idSrc2.navigate('rcscreen6.htm');", 500);
  36. }
  37. </script>
  38. </HTML>