⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 header.htm

📁 这里包含了风河vxworks系统中的官方例程的C源代码
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0060)http://www.logch.com/VxDemo/fiber_Documents.files/Header.htm -->
<!-- saved from url=(0047)https://docsafe.broadcom.com/docsafe/Header.asp --><HTML><HEAD><TITLE></TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type><LINK 
href="Header.files/Style.css" rel=stylesheet type=text/css>
<META content="MSHTML 5.00.3813.800" name=GENERATOR></HEAD>
<BODY bottomMargin=0 leftMargin=0 rightMargin=0 topMargin=0 marginheight="0" 
marginwidth="0">
<TABLE bgColor=#040c04 border=0 cellPadding=0 cellSpacing=0 width="100%">
  <TBODY>
  <TR>
    <TD align=left vAlign=top><IMG height=73 src="Header.files/head.gif" 
      width=709> </TD></TR></TBODY></TABLE>
<TABLE border=0 cellPadding=3 cellSpacing=0 height=30 width="100%">
  <TBODY>
  <TR>
    <TD background=Header.files/bgfill.jpg class=cardheader vAlign=center 
    width="1%">&nbsp; </TD>
    <TD background=Header.files/bgfill.jpg class=cardheader vAlign=center 
    width="2%"><IMG align=absMiddle border=0 height=16 
      src="Header.files/house_small.gif" width=16> </TD>
    <TD background=Header.files/bgfill.jpg class=cardheader vAlign=center 
    width="4%"><A class=toolbarbutton href="whttp://www.logch.com/" 
      target=_parent>Home</A> </TD>
    <TD background=Header.files/bgfill.jpg class=cardheader vAlign=center 
    width="2%"><IMG align=absMiddle border=0 height=16 
      src="Header.files/word_balloon_small.gif" width=16> </TD>
    <TD background=Header.files/bgfill.jpg class=cardheader vAlign=center 
    width="5%"><A class=toolbarbutton 
      href="mailto:powercxz@163.com">Contact</A> </TD>
    <TD background=Header.files/bgfill.jpg class=cardheader vAlign=center 
    width="2%"><IMG align=absMiddle border=0 height=16 
      src="Header.files/question_small.gif" width=16> </TD>
    <TD background=Header.files/bgfill.jpg class=cardheader vAlign=center 
    width="67%">Help </TD>
    <TD align=right background=Header.files/bgfill.jpg class=cardheader 
    vAlign=center width="2%"><IMG align=absMiddle border=0 height=16 
      src="Header.files/docsafe.gif" width=16> </TD>
    <TD background=Header.files/bgfill.jpg class=cardheader noWrap vAlign=center 
    width="15%"><A href="http://www.logch.com/" target=_new>Commembed Home 
      Page</A> </TD></TR></TBODY></TABLE>
<FORM action=MyFolder.asp id=DocSelection name=DocSelection 
target=fraCategory><INPUT id=Zip name=Zip type=hidden> <INPUT id=Clearfolder 
name=Clearfolder type=hidden> <INPUT id=AddID name=AddID type=hidden> <INPUT 
id=RemoveID name=RemoveID type=hidden> <INPUT id=RemoveAll name=RemoveAll 
type=hidden> </FORM>
<SCRIPT language=javascript>
<!--

////////////////////////////////////////////////////////////////////////

function SubmitForm() {
	document.DocSelection.AddID.value = "";
	document.DocSelection.RemoveID.value = "";
	document.DocSelection.RemoveAll.value = "";
	document.DocSelection.submit();
}

////////////////////////////////////////////////////////////////////////

function AddDoc(DocID) {
	document.DocSelection.AddID.value = DocID;
	document.DocSelection.RemoveID.value = "";
	document.DocSelection.RemoveAll.value = "";
	document.DocSelection.submit();
	window.parent.fraLeftFrame.fraTabs.document.location.href = "Tabs.asp?View=2";
}

////////////////////////////////////////////////////////////////////////

function RemoveDoc(DocID) {
	document.DocSelection.AddID.value = "";
	document.DocSelection.RemoveID.value = DocID;
	document.DocSelection.RemoveAll.value = "";
	document.DocSelection.submit();
}

////////////////////////////////////////////////////////////////////////

function RemoveAll() {
	document.DocSelection.AddID.value = "";
	document.DocSelection.RemoveID.value = "";
	document.DocSelection.RemoveAll.value = "1";
	document.DocSelection.submit();
}

////////////////////////////////////////////////////////////////////////

function GoHelp() {
	window.parent.fraRightFrame.fraDocuments.location.href="Help.asp";
}

////////////////////////////////////////////////////////////////////////

function GoHome() {
	window.parent.fraLeftFrame.fraTabs.location.href = "Tabs.asp?View=1";
	window.parent.fraLeftFrame.fraCategory.location.href="CategoryLevel.asp";
	window.parent.fraRightFrame.fraDocuments.location.href="Documents.asp";
}

//-->
</SCRIPT>
</BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -