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

📄 看门狗x25045控制子程序清单.htm

📁 看门狗X25045控制子程序
💻 HTM
📖 第 1 页 / 共 2 页
字号:
function CheckAll(form)  {
  for (var i=0;i<form.elements.length;i++)    {
    var e = form.elements[i];
    if (e.name != 'chkall')       e.checked = form.chkall.checked; 
   }
  }

//下拉菜单相关代码
 var h;
 var w;
 var l;
 var t;
 var topMar = 1;
 var leftMar = -2;
 var space = 1;
 var isvisible;
 var MENU_SHADOW_COLOR='#999999';//定义下拉菜单阴影色
 var global = window.document
 global.fo_currentMenu = null
 global.fo_shadows = new Array

function HideMenu() 
{
 var mX;
 var mY;
 var vDiv;
 var mDiv;
	if (isvisible == true)
{
		vDiv = document.all("menuDiv");
		mX = window.event.clientX + document.body.scrollLeft;
		mY = window.event.clientY + document.body.scrollTop;
		if ((mX < parseInt(vDiv.style.left)) || (mX > parseInt(vDiv.style.left)+vDiv.offsetWidth) || (mY < parseInt(vDiv.style.top)-h) || (mY > parseInt(vDiv.style.top)+vDiv.offsetHeight)){
			vDiv.style.visibility = "hidden";
			isvisible = false;
		}
}
}

function ShowMenu(vMnuCode,tWidth) {
	vSrc = window.event.srcElement;
	vMnuCode = "<table id='submenu' cellspacing=1 cellpadding=3 style='width:"+tWidth+"' class=tableborder1 onmouseout='HideMenu()'><tr height=23><td nowrap align=left class=tablebody1>" + vMnuCode + "</td></tr></table>";

	h = vSrc.offsetHeight;
	w = vSrc.offsetWidth;
	l = vSrc.offsetLeft + leftMar+4;
	t = vSrc.offsetTop + topMar + h + space-2;
	vParent = vSrc.offsetParent;
	while (vParent.tagName.toUpperCase() != "BODY")
	{
		l += vParent.offsetLeft;
		t += vParent.offsetTop;
		vParent = vParent.offsetParent;
	}

	menuDiv.innerHTML = vMnuCode;
	menuDiv.style.top = t;
	menuDiv.style.left = l;
	menuDiv.style.visibility = "visible";
	isvisible = true;
    makeRectangularDropShadow(submenu, MENU_SHADOW_COLOR, 4)
}

function makeRectangularDropShadow(el, color, size)
{
	var i;
	for (i=size; i>0; i--)
	{
		var rect = document.createElement('div');
		var rs = rect.style
		rs.position = 'absolute';
		rs.left = (el.style.posLeft + i) + 'px';
		rs.top = (el.style.posTop + i) + 'px';
		rs.width = el.offsetWidth + 'px';
		rs.height = el.offsetHeight + 'px';
		rs.zIndex = el.style.zIndex - i;
		rs.backgroundColor = color;
		var opacity = 1 - i / (i + 1);
		rs.filter = 'alpha(opacity=' + (100 * opacity) + ')';
		el.insertAdjacentElement('afterEnd', rect);
		global.fo_shadows[global.fo_shadows.length] = rect;
	}
}
//用户控制面板
var manage= '<a style=font-size:9pt;line-height:14pt; href=\"JavaScript:openScript(\'messanger.asp?action=new\',500,400)\">发短信</a><br><a style=font-size:9pt;line-height:14pt; href=\"dispuser.asp?id=0&boardid=6&action=permission\">我能做什么</a><br><a style=font-size:9pt;line-height:14pt; href=\"topicwithme.asp?s=2\">我发表的主题</a><br><a style=font-size:9pt;line-height:14pt; href=\"topicwithme.asp?s=1\">我参与的主题</a><br><a style=font-size:9pt;line-height:14pt; href=\"mymodify.asp\">基本资料修改</a><br><a style=font-size:9pt;line-height:14pt; href=\"modifypsw.asp\">用户密码修改</a><br><a style=font-size:9pt;line-height:14pt; href=\"modifyadd.asp\">联系资料修改</a><br><a style=font-size:9pt;line-height:14pt; href=\"usersms.asp\">用户短信服务</a><br><a style=font-size:9pt;line-height:14pt; href=\"friendlist.asp\">编辑好友列表</a><br><a style=font-size:9pt;line-height:14pt; href=\"favlist.asp\">用户收藏管理</a><br><a style=font-size:9pt;line-height:14pt; href=\"myfile.asp\">个人文件管理</a>'
//模板列表
var stylelist = '<a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=0&boardid=6\">恢复默认设置</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=1&boardid=6\">默认模板</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=25&boardid=6\">水晶紫色</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=26&boardid=6\">e点小镇</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=27&boardid=6\">心情灰色</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=28&boardid=6\">秋意盎然</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=29&boardid=6\">蓝色庄重</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=32&boardid=6\">绿色淡雅</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=34&boardid=6\">蓝雅绿</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=35&boardid=6\">紫色淡雅</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=36&boardid=6\">淡紫色</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=37&boardid=6\">橘子红了</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=38&boardid=6\">红红夜思</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=40&boardid=6\">粉色回忆</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=41&boardid=6\">青青河草</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=42&boardid=6\">浓浓绿意</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=44&boardid=6\">棕红预览</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=45&boardid=6\">淡咖啡</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=46&boardid=6\">碧海晴天</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=47&boardid=6\">蓝色水晶</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=48&boardid=6\">雪花飘飘</a><br>'
//论坛状态
var boardstat= '<a style=font-size:9pt;line-height:14pt; href=\"boardstat.asp?boardid=6\">今日贴数图例</a><br><a style=font-size:9pt;line-height:14pt; href=\"boardstat.asp?action=lasttopicnum&boardid=6\">主题数图例</a><br><a style=font-size:9pt;line-height:14pt; href=\"boardstat.asp?action=lastbbsnum&boardid=6\">总帖数图例</a><br><a style=font-size:9pt;line-height:14pt; href=\"boardstat.asp?reaction=online&boardid=6\">在线图例</a><br><a style=font-size:9pt;line-height:14pt; href=\"boardstat.asp?reaction=onlineinfo&boardid=6\">在线情况</a><br><a style=font-size:9pt;line-height:14pt; href=\"boardstat.asp?reaction=onlineUserinfo&boardid=6\">用户组在线图例</a>'
//论坛收藏
var downlist= '<a style=font-size:9pt;line-height:14pt; href=\"show.asp?filetype=0&boardid=6\">文件集浏览</a><br><a style=font-size:9pt;line-height:14pt; href=\"show.asp?filetype=1&boardid=6\">图片集浏览</a><br><a style=font-size:9pt;line-height:14pt; href=\"show.asp?filetype=2&boardid=6\">Flash浏览</a><br><a style=font-size:9pt;line-height:14pt; href=\"show.asp?filetype=3&boardid=6\">音乐集浏览</a><br><a style=font-size:9pt;line-height:14pt; href=\"show.asp?filetype=4&boardid=6\">电影集浏览</a><br><a style=font-size:9pt;line-height:14pt; href=\"show.asp\">贺卡发送</a>'
</SCRIPT>

<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY onmousemove=HideMenu() leftMargin=0 topMargin=0>
<DIV id=menuDiv 
style="Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 1px; POSITION: absolute; HEIGHT: 1px; BACKGROUND-COLOR: #9cc5f8"></DIV>
<TABLE 
style="BORDER-RIGHT: #6595d6 1px solid; BORDER-TOP: #6595d6 0px solid; BORDER-LEFT: #6595d6 1px solid; WIDTH: 97%; BORDER-BOTTOM: #6595d6 0px solid" 
cellSpacing=0 cellPadding=0 align=center>
  <TBODY>
  <TR>
    <TD width="100%">
      <TABLE cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
        <TBODY>
        <TR>
          <TD class=TopDarkNav height=9></TD></TR>
        <TR>
          <TD class=TopLighNav2 height=70>
            <TABLE width="100%" align=center border=0>
              <TBODY>
              <TR>
                <TD align=left width="25%"><A href="http://www.58ic.com/"><IMG 
                  src="看门狗X25045控制子程序清单.files/LOGO.gif" border=0></A></TD>
                <TD align=middle width="65%">
                  <OBJECT 
                  codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0 
                  height=60 width=468 
                  classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><PARAM NAME="movie" VALUE="http://www.dvbbs.net/images/dvbanner.swf"><PARAM NAME="quality" VALUE="high">
                  <embed src="http://www.dvbbs.net/images/dvbanner.swf" 
                  quality=high 
                  pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" 
                  type="application/x-shockwave-flash" width="468" 
                  height="60"></embed></OBJECT></TD>
                <TD style="LINE-HEIGHT: 15pt" align=right width="10%"><A 
                  href="http://www.58ic.com/bbs/dispbbs.asp?boardID=6&amp;ID=4#"><SPAN 
                  style="CURSOR: hand" 
                  onclick="window.external.AddFavorite('http://www.58ic.com/bbs', '单片机论坛')">加入收藏</SPAN></A> 
                  <BR><A href="mailto:webmaster@58ic.com">联系我们</A> <BR><A 
                  href="http://www.58ic.com/bbs/boardhelp.asp?boardid=6">论坛帮助</A> 
                </TD></TD></TR></TBODY></TABLE></TD></TR>
        <TR>
          <TD class=TopLighNav height=9></TD></TR>
        <TR>
          <TD class=TopLighNav1 vAlign=center height=22>&nbsp;&nbsp; <A 
            href="http://www.58ic.com/bbs/login.asp">登陆</A> <IMG 
            src="看门狗X25045控制子程序清单.files/navspacer.gif" align=absMiddle> <A 
            href="http://www.58ic.com/bbs/reg.asp">注册</A> <IMG 
            src="看门狗X25045控制子程序清单.files/navspacer.gif" align=absMiddle> <A 
            href="http://www.58ic.com/bbs/query.asp?boardid=6">搜索</A> <IMG 
            src="看门狗X25045控制子程序清单.files/navspacer.gif" align=absMiddle> <A 
            onmouseover=ShowMenu(stylelist,100) 
            href="http://www.58ic.com/bbs/dispbbs.asp?boardID=6&amp;ID=4#">自选风格</A> 
            <IMG src="看门狗X25045控制子程序清单.files/navspacer.gif" align=absMiddle> <A 
            onmouseover=ShowMenu(boardstat,100) 
            href="http://www.58ic.com/bbs/boardstat.asp?boardid=6">论坛状态</A> <IMG 
            src="看门狗X25045控制子程序清单.files/navspacer.gif" align=absMiddle> <A 
            onmouseover=ShowMenu(downlist,100) 
            href="http://www.58ic.com/bbs/show.asp?boardid=6">论坛展区</A> <IMG 
            src="看门狗X25045控制子程序清单.files/navspacer.gif" align=absMiddle> <A 
            href="http://www.58ic.com/bbs/dispuser.asp?boardid=6&amp;action=permission">我能做什么</A> 
          </TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=1 cellPadding=3 width="97%" align=center border=0>
  <TBODY>
  <TR>
    <TD height=25><BR>&gt;&gt; atmel,pic,holtek,emc 单片机源码,源程序 
</TD></TR></TBODY></TABLE>
<TABLE class=tableBorder2 cellSpacing=1 cellPadding=3 align=center>
  <TBODY>
  <TR>
    <TD vAlign=center height=25><IMG 
      src="看门狗X25045控制子程序清单.files/Forum_nav.gif" align=absMiddle> <A 
      href="http://www.58ic.com/bbs/index.asp">单片机论坛</A> → <A 
      href="http://www.58ic.com/bbs/list.asp?boardid=1">单片机论坛</A> → <A 
      href="http://www.58ic.com/bbs/list.asp?boardid=6">源码之家</A> → X25045控制子程序清单 
      <A name=top></A></TD></TD></TR></TBODY></TABLE><BR>
<TABLE cellSpacing=0 cellPadding=0 width="97%" align=center border=0>
  <TBODY>
  <TR>
    <TD vAlign=center align=left width="30%">&nbsp; <A 
      href="http://www.58ic.com/bbs/announce.asp?BoardID=6"><IMG alt=发表一个新主题 
      src="看门狗X25045控制子程序清单.files/postnew.gif" border=0></A>&nbsp; <A 
      href="http://www.58ic.com/bbs/vote.asp?BoardID=6"><IMG alt=发表一个新投票 
      src="看门狗X25045控制子程序清单.files/votenew.gif" border=0></A>&nbsp; <A 
      href="http://www.58ic.com/bbs/reannounce.asp?BoardID=6&amp;id=4&amp;star=1"><IMG 
      alt=回复主题 src="看门狗X25045控制子程序清单.files/reply.gif" border=0></A> </TD>
    <TD vAlign=center align=right width="70%">您是本帖的第 <B>50</B> 个阅读者

⌨️ 快捷键说明

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