68 lines
1.9 KiB
HTML
68 lines
1.9 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>
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
|
|
<tr valign="top">
|
|
<td>
|
|
<font class="cssHeader">
|
|
Start a Help Session > Overview
|
|
</font>
|
|
<hr>
|
|
<p>
|
|
<font style="cssBody">
|
|
Remote Assistance lets you get live help from a friend or colleague. It lets
|
|
the helper view <i>your</i> computer from <i>their own</i> computer
|
|
and (if you choose) control your computer.
|
|
</font>
|
|
<p>
|
|
How Remote Assistance Works<p>
|
|
<IMG height=262 src="RCscreenshot3.gif" width=350></td>
|
|
</td>
|
|
</tr>
|
|
<tr valign="bottom">
|
|
<td>
|
|
<hr>
|
|
<table width="100%" height="50">
|
|
<tr>
|
|
<td align="left">
|
|
<!--<input type="checkbox" id=idHidePage name=idHidePage>Don't show me this information again</input>-->
|
|
</td>
|
|
<td align="right">
|
|
<input class=styButton type="button" name=submit2" value="Next >" onClick="DoNext()">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
<Script Language="JavaScript">
|
|
function DoNext() {
|
|
/*
|
|
if (idHidePage.checked) { // need to save it and don't show it again.
|
|
var obj = new ActiveXObject("Rcbdyctl.Setting");
|
|
obj.SetProfileString("Screen1", "1"); // 1: hide
|
|
parent.bHasScreen1 = false;
|
|
}
|
|
*/
|
|
// do we need to show page 2?
|
|
if (parent.bHasScreen2 == false) // jump to screen3
|
|
navigate("RcScreen3.htm");
|
|
else
|
|
navigate("RcScreen2.htm");
|
|
}
|
|
</script>
|
|
</html>
|