📄 xdw185.bokee.htm
字号:
var awidth=0;
awidth=parseInt(photoAlbum.offsetWidth);
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">
<!-- 弹出式登录框 -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -