📄 help_content.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="JavaScript">
<!--
var imgHomeUp = new Image ( ) ;
var imgHomeDown = new Image ( ) ;
var imgBackUp = new Image ( ) ;
var imgBackDown = new Image ( ) ;
var imgFrontUp = new Image ( ) ;
var imgFrontDown = new Image ( ) ;
var imgRefreshUp = new Image ( ) ;
var imgRefreshDown = new Image ( ) ;
var imgLocateUp = new Image ( ) ;
var imgLocateDown = new Image ( ) ;
var imgSearchWebUp = new Image ( ) ;
var imgSearchWebDown = new Image ( ) ;
var imgCloseUp = new Image ( ) ;
var imgCloseDown = new Image ( ) ;
imgHomeUp.src = "images/toolbar_home_up.gif" ;
imgHomeDown.src = "images/toolbar_home.gif" ;
imgBackUp.src = "images/toolbar_back_up.gif" ;
imgBackDown.src = "images/toolbar_back.gif" ;
imgFrontUp.src = "images/toolbar_front_up.gif" ;
imgFrontDown.src = "images/toolbar_front.gif" ;
imgRefreshUp.src = "images/toolbar_refresh_up.gif" ;
imgRefreshDown.src = "images/toolbar_refresh.gif" ;
imgLocateUp.src = "images/toolbar_locate_up.gif" ;
imgLocateDown.src = "images/toolbar_locate.gif" ;
imgSearchWebUp.src = "images/toolbar_searchweb_up.gif" ;
imgSearchWebDown.src = "images/toolbar_searchweb.gif" ;
imgCloseUp.src = "images/toolbar_close_up.gif" ;
imgCloseDown.src = "images/toolbar_close.gif" ;
var imgBookOpen = new Image ( ) ;
var imgBookClose = new Image ( ) ;
imgBookOpen.src = "images/navigator_helpo.gif" ;
imgBookClose.src = "images/navigator_helpc.gif" ;
function fn_HideHelpWindow ( )
{
id_back.src = imgBackDown.src ;
id_front.src = imgFrontDown.src ;
id_refresh.src = imgRefreshDown.src ;
id_home.src = imgHomeDown.src ;
id_locate.src = imgLocateDown.src ;
id_searchweb.src = imgSearchWebDown.src ;
id_close.src = imgCloseDown.src ;
parent.parent.status_bar.changeView ( ) ;
}
function fn_ShowHelp ( nHelpTopic )
{
if( nHelpTopic >= 0 && nHelpTopic != form_help.help_topic.value )
{
form_help.help_topic.value = nHelpTopic ;
form_help.submit ( ) ;
}
}
function fn_ExpandHelp ( oThis )
{
var oDivs = document.all.tags( "DIV" ) ;
var oThisChildren = oThis.children ;
var oItems ;
for ( var i = 0 ; i < oDivs.length ; i++ )
{
if ( oDivs.item( i ).contains( oThis ) ) oItems = oDivs.item( i ).children ;
}
if ( oItems != null )
{
if ( oItems.item( 1 ).style.display == "none" )
{
oItems.item( 1 ).style.display = "block" ;
oThisChildren.item( "ImgBook" ).src = imgBookOpen.src ;
}
else
{
oItems.item( 1 ).style.display = "none" ;
oThisChildren.item( "ImgBook" ).src = imgBookClose.src ;
}
}
return ( true ) ;
}
function fn_SyncHelp ( )
{
form_help.help_url.value = parent.list_area.location ;
form_help.help_topic.value = "" ;
form_help.submit ( ) ;
}
//-->
</script>
<link id="style_sheet" href="css/save.css" type="text/css" rel="stylesheet">
<script language="JavaScript">style_sheet.href = parent.parent.style_sheet.href;</script>
<title></title>
<form id="form_help" action="help_content.asp" method="get">
<input name="help_topic" type="hidden" value="1090000">
<input name="help_title" type="hidden" value="版权声明">
<input name="help_url" type="hidden" value="">
</form>
</head>
<body bgcolor="#FFFFDD" style="margin:0px; padding:0px;">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="headerHelpBar" valign="middle" nowrap style="width:100%; height:22px;"><table cellpadding="0" cellspacing="0" class="HeaderPageControl">
<tr>
<td nowrap align="left" valign="middle" height="20">帮助主题:<b style="font-size:9pt;">版权声明</b></td>
<td nowrap align="right" valign="middle" width="180" height="20"><img id="id_home" alt="帮助首页" onclick="JavaScript:fn_ShowHelp(1000000)" onmouseover="JavaScript:this.src=imgHomeUp.src" onmouseout="JavaScript:this.src=imgHomeDown.src" src="images/toolbar_home.gif" border="0" style="cursor:hand;" width="22" height="20"><img id="id_back" alt="上一主题" onclick="JavaScript:fn_ShowHelp(1061001)" onmouseover="JavaScript:this.src=imgBackUp.src" onmouseout="JavaScript:this.src=imgBackDown.src" src="images/toolbar_back.gif" border="0" style="cursor:hand;" width="22" height="20"><img id="id_front" alt="下一主题" onclick="JavaScript:fn_ShowHelp(1000000)" onmouseover="JavaScript:this.src=imgFrontUp.src" onmouseout="JavaScript:this.src=imgFrontDown.src" src="images/toolbar_front.gif" border="0" style="cursor:hand;" width="22" height="20"><img id="id_refresh" alt="刷新" onclick="JavaScript:document.location.reload()" onmouseover="JavaScript:this.src=imgRefreshUp.src" onmouseout="JavaScript:this.src=imgRefreshDown.src" src="images/toolbar_refresh.gif" border="0" style="cursor:hand;" width="22" height="20"><img id="id_locate" alt="定位到操作区相关主题" onclick="JavaScript:fn_SyncHelp()" onmouseover="JavaScript:this.src=imgLocateUp.src" onmouseout="JavaScript:this.src=imgLocateDown.src" src="images/toolbar_locate.gif" border="0" style="cursor:hand;" width="22" height="20"><img id="id_searchweb" alt="查找" onmouseover="JavaScript:this.src=imgSearchWebUp.src" onmouseout="JavaScript:this.src=imgSearchWebDown.src" src="images/toolbar_searchweb.gif" border="0" style="cursor:hand;" width="22" height="20"></td>
<td nowrap align="right" valign="middle" width="25" height="20"><img id="id_close" alt="关闭帮助" onclick="JavaScript:fn_HideHelpWindow()" onmouseover="JavaScript:this.src=imgCloseUp.src" onmouseout="JavaScript:this.src=imgCloseDown.src" src="images/toolbar_close.gif" border="0" style="cursor:hand;" width="22" height="20"></td>
</tr>
</table></td>
</tr>
<tr>
<td valign="top">
<div id="viewPaneHelp" style="visibility:visible; position:absolute; overflow:auto;">
<table width="668" height="100%" border="0" cellpadding="0" cellspacing="0" style="font-size:9pt;font-family:宋体">
<tr><td colspan="2" height="15"></td></tr>
<tr>
<td width="15" nowrap valign="top"></td>
<td width="100%" valign="top">
<!-- content goes here -->
<p><b><font class="englishfont">Efang@™Hosting</font>虚拟主机销售系统 3.1 </b>
<p>版权所有 <font class="englishfont">®</font> 2004 易方科贸有限责任公司 保留所有权利
<br>
<font class="englishfont">Copyright ® 2004 Efang Software Technology Co.,Ltd. All Right Reserved</font>
<p>警告:本软件产品受版权法和国际条约保护。
<br> 如未经授权复制或传播本软件产品(或其中任何部分),将受到严厉的民事及刑事制裁,并在法律许可
<br> 的范围内受到最大可能的起诉。
<br><%=Request("help_topic")%> <%=Request("help_title")%> <%=Request("help_url")%>
<!-- content ends -->
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</body>
<script language="JavaScript">
<!--
function fn_RejustViewPaneHelp ( )
{
nClientHeight = document.body.clientHeight ;
nClientWidth = document.body.clientWidth ;
nOffsetTop = headerHelpBar.clientHeight ;
//alert ( "nClientHeight:" + nClientHeight ) ;
//alert ( "nClientWidth:" + nClientWidth ) ;
//alert ( "nOffsetTop:" + nOffsetTop ) ;
//height = ( ( nClientHeight - nOffsetTop ) > 0 ? ( nClientHeight - nOffsetTop ) : 0 ) + "px" ;
//width = nClientWidth + "px" ;
//alert ( "height:" + height ) ;
//alert ( "width:" + width ) ;
viewPaneHelp.style.height = ( ( nClientHeight - nOffsetTop ) > 0 ? ( nClientHeight - nOffsetTop ) : 0 ) + "px" ;
viewPaneHelp.style.width = nClientWidth + "px" ;
}
fn_RejustViewPaneHelp ( ) ;
document.parentWindow.onresize = fn_RejustViewPaneHelp ;
window.onresize = fn_RejustViewPaneHelp ;
//-->
</script>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -