diydz.bokee.htm

来自「100M网卡驱动芯片资料」· HTM 代码 · 共 279 行 · 第 1/3 页

HTM
279
字号
			if(awidth<260)	myFlshObj.height='150px';
			if(awidth>=260 && awidth<350) myFlshObj.height='240px';
			if(awidth>=350 && awidth<370) myFlshObj.height='305px';
			if(awidth>=370 && awidth<550) myFlshObj.height='320px';
			if(awidth>=550 && awidth<730) myFlshObj.height='455px';
			if(awidth>=730)	myFlshObj.height='590px';
		}
	}
		
	function setAlbumUrl(name){
		albumTypename=name;
        setFlash();		myFlash_DoFSCommand(null,"test");
	}
	function showLoginWindow(ev){
	var obj = document.getElementById("pop-login");
	if(document.all){
		obj.style.top = ev.clientY +'px';
		obj.style.left = ev.clientX - 272 +'px';
	}
	else{
		obj.style.top = ev.pageY +'px';
		obj.style.left = ev.pageX - 272 +'px'
	}
	obj.style.display ="block";
	document.getElementById("pop-user-name").focus();
	}
	function hideLoginWindow(){
		document.getElementById("pop-login").style.display ="none";
	}
	var blogID=getBlogID();
	var UserName = "";
	if(blogID!=null){
		var tmpUserName=blogID.split(".");
		UserName=tmpUserName[0];
	}
	function resize(obj){
	   if(window.event.srcElement.tagName == 'A'){
	    	return;
	   }
       obj.parentNode.childNodes[1].style.display = obj.parentNode.childNodes[1].style.display=='none' ? 'block': 'none';
       obj.parentNode.childNodes[2].style.display = obj.parentNode.childNodes[2].style.display=='none' ? 'block': 'none';       	       
	}
	
	 function tab(event){
	    var evt = (document.all)?window.event:event;
		if(evt.keyCode == 9){
	      document.getElementById("pop-password").focus();
	      return false;
	    }
	    else{
		  return evt.keyCode;
	    }
	}
	function tab1(event){
	    var evt = (document.all)?window.event:event;
		if(evt.keyCode == 9){
	      document.getElementById("save").focus();
	      return false;
	    }
	    else{
		  return evt.keyCode;
	    }
	}		
</script>

<style>
   #friends img{
     display:none;
   }
   .friendListImg{border: 1px solid #CCC;margin: 5px;}
   table {
   table-layout: fixed;
   word-wrap:break-word;
  }
  div {
   word-wrap:break-word;
  }
</style>
</head>

<body id="blogdriver" onload="init()">


<script>
    writeTop(getUserName() , '0');
</script>	
<div id="container">  
<!-- 弹出式登录框 -->
<div id="pop-login">
	<FORM METHOD=POST ACTION="http://reg.bokee.com/account/LoginCtrl.b"  name="fm" onsubmit="return check()">
		<table>
			<tr>

⌨️ 快捷键说明

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