?? login.html~2~
字號:
<html><head><meta http-equiv="Content-Language" content="zh-cn"><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>仿Office 2003的工具條</title><script type=""> var listnum=0; var menu_height; var menu_width; var menu_left; var menu_top; var topMar = 1; var leftMar = -2; var space = 1; var isvisible;function HideMenu(){ var mX; var mY; var vDiv; var mDiv; if (isvisible == true) { vDiv = document.all("listDiv"); 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)-menu_height) || (mY > parseInt(vDiv.style.top)+vDiv.offsetHeight)){ vDiv.style.visibility = "hidden"; isvisible = false; } } if (isvisible==false) { for (i=0;i<lb.length;i++) { listbox=eval(lb[i].listname) listbutton=eval(lb[i].buttonname) listvalue=eval(lb[i].valuename) listbox.className="lostlist";listbutton.className="menubar" listbox.gf="0" } }}function menuitem(lightcolor,normalcolor,icon,title,url){ this.lightcolor=lightcolor this.normalcolor=normalcolor this.icon=icon this.title=title this.url=url}function HL_Menu(obj,state){ switch (state) { case 0: obj.className="menuover" break; case 1: obj.className="menuup" break; } }</script><style type="">.lostfocus { border: 1px #ffffff solid; background-color: #ffffff; font-size: 12px; font-family: Arial; }.getfocus { border: 1px #08246B solid;background-color: #ffffff; font-family: Arial; font-size: 12px; }.menubar {filter:progid:DXImageTransform.Microsoft.Gradient(gradienttype=0, startcolorstr=#F7F7F7, endcolorstr=#DEDBD6)}.bodybar {filter:progid:DXImageTransform.Microsoft.Gradient(gradienttype=1, endcolorstr=#F7F7F7, startcolorstr=#DEDBD6)}.leftitem { font-family: Arial; font-size: 12px; color: #000000; cursor: hand }.getitem { font-family: Arial; font-size: 12px; color: #000000; cursor: default }.lostitem { cursor: default; color: #808080; font-size: 12px; font-family: Arial; }.menuup { PADDING-LEFT: 4px; PADDING-RIGHT: 4px; CURSOR: hand;}.menuover { PADDING-LEFT: 3px; PADDING-RIGHT: 3px; BACKGROUND-COLOR: #B5BED6; BORDER: 1px solid #08246B; CURSOR: hand; }.lostlist { border: 1px #ffffff solid; background-color: #ffffff; font-size: 12px; font-family: Arial; }.getlist { border: 1px #08246B solid;background-color: #ffffff; font-family: Arial; font-size: 12px; }.listover {BACKGROUND-COLOR: #B5BED6; BORDER-left:1px solid #08246B}.listDiv { filter: alpha(opacity=90,finishopacity=0,style=0) blendtrans(duration=.3); }</style></head><body onclick="HideMenu()" style="margin:0px" bgcolor="#f5fafa"><form action="http://www.163.com/"><div id=listDiv style='border:1px #636563 solid;VISIBILITY: hidden;POSITION: absolute;overflow:scroll;height:150'></div><table border="1" width="100" id="table28" cellspacing="0" cellpadding="4" bgcolor="#F7F7F7" style="border-collapse: collapse"><tr><td class="menubar"><table border="0" width="100%" id="table29" cellspacing="0" cellpadding="0"><tr><td width="10" nowrap><table border="0" width="2" cellspacing="0" cellpadding="1" id="table30"><tr><td><img style="border:1px inset" height=1 width=1 alt="" src=""></td></tr><tr><td><img style="border:1px inset" height=1 width=1 alt="" src=""></td></tr><tr><td><img style="border:1px inset" height=1 width=1 alt="" src=""></td></tr><tr><td><img style="border:1px inset" height=1 width=1 alt="" src=""></td></tr></table></td><td width="50" nowrap><font size="2">用戶名:</font></td><td width="130" nowrap><input type="text" name="T5" size="18" class="lostfocus" gf="0" onmouseover='this.className="getfocus"' onmouseout='if (this.gf=="0") this.className="lostfocus"' onblur='this.className="lostfocus";this.gf="0"' onfocus='this.className="getfocus";this.gf="1"'></td><td width="35" nowrap><font size="2">密碼:</font></td><td width="124" nowrap><input type="password" name="T6" size="18" class="lostfocus" gf="0" onmouseover='this.className="getfocus"' onmouseout='if (this.gf=="0") this.className="lostfocus"' onblur='this.className="lostfocus";this.gf="0"' onfocus='this.className="getfocus";this.gf="1"'></td><td width="5" nowrap><img style="border:1px inset" height=14 width=0 alt="" src=""></td><td nowrap align="center" onmouseover="HL_Menu(this,0)" onmouseout="HL_Menu(this,1)" class="menuup"><table cellspacing="0" cellpadding="0" id="table31" width="25"><tr><td nowrap></td><td class="leftitem" onClick="javascript:submit();">登陸</td></tr></table></td><td width="100%" nowrap></td></tr></table></td></tr></table></form></body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -