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.
94 lines
2.9 KiB
94 lines
2.9 KiB
<HTML>
|
|
<!--
|
|
Copyright (c) 2000 Microsoft Corporation
|
|
-->
|
|
<HEAD>
|
|
#include "constants.inc"
|
|
<meta http-equiv="MSThemeCompatible" content="Yes">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<TITLE>Remote Assistance</TITLE>
|
|
<script id="script1" name="script1" LANGUAGE="Javascript" SRC="../../Common/Constants.js"> </script>
|
|
<LINK id="UI_StyleSheet" REL="stylesheet" TYPE="text/css" HREF="../../Css/rc.css">
|
|
<LINK id="UI_StyleSheet1" REL="stylesheet" TYPE="text/css" HREF="hcp://system/css/shared.css">
|
|
<style>
|
|
.height16
|
|
{
|
|
height:15px;
|
|
}
|
|
</Style>
|
|
</HEAD>
|
|
|
|
<BODY id="idBody" onload=InitiateMsg() class="sys-inlineform-bgcolor1">
|
|
<Table name="idMainTable" id="idMainTable" border=0 cellspacing="0" cellpadding="0" class="MaxLayout">
|
|
<TR>
|
|
<TD class="padding4 padding6 padding3">
|
|
<table id="idMsgTbl" name="idMsgTbl" cellspacing=0 cellpadding=0 border=0 class="MaxLayout">
|
|
<tr id="TR1idMsgTbl" name="TR1idMsgTbl">
|
|
<td id="TD0TR1idMsgTbl" name="TD0TR1idMsgTbl" class="padding7 padding8 padding5 width8">
|
|
#ifndef _PERF_OPTIMIZATIONS
|
|
<IMG id="img0TD0TR1idMsgTbl" name="img0TD0TR1idMsgTbl" src="../../escalation/Common/info.gif">
|
|
#else
|
|
<IMG id="img0TD0TR1idMsgTbl" name="img0TD0TR1idMsgTbl" src="info.gif">
|
|
#endif
|
|
</td>
|
|
<td id="TD2TR1idMsgTbl" name="TD2TR1idMsgTbl" class="padding6">
|
|
<Span id="MessageId" name="MessageId" class="sys-font-body sys-color-body"> </Span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<TD class="height16" colspan=2>
|
|
</TD>
|
|
</TR>
|
|
<tr id="TR3idMsgTbl" name="TR3idMsgTbl">
|
|
<td id="TD0TR3idMsgTbl" name="TD0TR3idMsgTbl" colspan=2 align="right">
|
|
<button class="styBtnWidth sys-font-body sys-color-body" onClick="onClickHandler( 0 )" id="button0" name="button0" tabindex=1 accesskey="Y"><U>Y</U>es</button>
|
|
<Span id="idblankSpace1" name="idblankSpace1" class="width8"></Span>
|
|
<button class="styBtnWidth sys-font-body sys-color-body" onClick="onClickHandler( 1 )" id="button1" name="button1" tabindex=2 accesskey="N"><U>N</U>o</button>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</Table>
|
|
|
|
<SCRIPT Language="JScript">
|
|
|
|
g_bDebug = false;
|
|
|
|
//
|
|
// InitiateMsg: Initiates the message dialog
|
|
//
|
|
function InitiateMsg()
|
|
{
|
|
var vArgs = window.dialogArguments;
|
|
|
|
try
|
|
{
|
|
MessageId.innerText = vArgs[0]; // Message
|
|
var iNewHeight = idBody.scrollHeight + 45;
|
|
window.dialogHeight = iNewHeight + "px";
|
|
}
|
|
catch(error)
|
|
{
|
|
idBody.style.visibility = "hidden";
|
|
alert( L_ERRACCESSDENIED_Text );
|
|
return;
|
|
}
|
|
|
|
return;
|
|
}
|
|
|
|
var L_ERRACCESSDENIED_Text = "Directly launching this page is not allowed. ";
|
|
//
|
|
// OnClickHandler: Returns the id of the button to parent on Clicking
|
|
//
|
|
function onClickHandler( id )
|
|
{
|
|
window.returnValue = id;
|
|
window.close();
|
|
}
|
|
|
|
</SCRIPT>
|
|
|
|
</BODY>
|
|
</HTML>
|