78 lines
2.6 KiB
HTML
78 lines
2.6 KiB
HTML
<html>
|
|
<head>
|
|
<title>Untitled Document</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<LINK REL="STYLESHEET" HREF="rcBuddy.css" TYPE="text/css">
|
|
<script language="JavaScript">
|
|
<!--
|
|
function MM_goToURL() { //v3.0
|
|
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
|
|
window.navigate(args[0]);
|
|
}
|
|
//-->
|
|
</script>
|
|
</head>
|
|
|
|
<body OnLoad="DoLoad()">
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
|
|
<tr valign="top">
|
|
<td>
|
|
<font class="cssHeader">
|
|
Start a Help Session > Basic Instructions
|
|
</font>
|
|
<hr><br>
|
|
<font class="cssBody">
|
|
If this is your first time using Remote Assistance,
|
|
please read the following information carefully.
|
|
</font>
|
|
<br><br>
|
|
<font class="cssBody">
|
|
<b>Things to consider when using Remote Assistance</b>
|
|
</font>
|
|
<UL>
|
|
<LI>The helper should be a person you trust.
|
|
<LI>The helper must be using Whistler or later
|
|
<LI>You must be connected to the internet when your helper accepts your invitation.
|
|
<LI>If you are within a local area network, check with your network administrator before using Remote Assistance.
|
|
</UL>
|
|
</td>
|
|
</tr>
|
|
<tr valign="bottom">
|
|
<td>
|
|
<hr>
|
|
<table width="100%" height="50">
|
|
<tr>
|
|
<td align="left">
|
|
<input type="checkbox" id="idHide" name="Don't show me this information again.">Do not show me the overview again</input>
|
|
</td>
|
|
<td align="right">
|
|
<!--input type="button" name=submit2" value="Cancel" onClick="parent.DoCancel();" -->
|
|
<input class=styButton type="button" name=submit2" id="idBack" value="< Back" onClick="MM_goToURL('RCscreen1.htm');return document.MM_returnValue">
|
|
<input class=styButton type="button" name=submit2" value="Next >" onClick="DoNext()">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
<Script Language=JavaScript>
|
|
function DoNext() {
|
|
if (idHide.checked) { // need to save it and don't show it again.
|
|
var obj = new ActiveXObject("Rcbdyctl.Setting");
|
|
obj.SetProfileString("Screen1", "1");
|
|
obj.SetProfileString("Screen2", "1"); // 1: hide
|
|
parent.bHasScreen2 = false;
|
|
parent.bHasScreen1 = false;
|
|
}
|
|
navigate("rcScreen2_5.htm");
|
|
}
|
|
|
|
function DoLoad() {
|
|
// Hide back function if necessary
|
|
if (parent.bHasScreen1 == false)
|
|
idBack.style.display = "none";
|
|
}
|
|
|
|
</Script>
|
|
</html>
|