?? left.aspx
字號:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="left.aspx.cs" Inherits="_Default" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>left</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="style.css" rel="stylesheet" type="text/css">
<style>
<!--
td{
}
.menubar{
behavior:url(menubar.htc);
}
.barcontent{
display:none;
}
.barcontent1{
overflow: hidden;
display:;
}
.bartitle
{
background: url(images/toolbar_bg.gif);
background-repeat: repeat-x;
height:25px;
font-variant: middle;
cursor:hand;
}
.datalist{
color:white;
line-height: 180%;
padding-left:5pt;
}
.clstrc{
display:none;
}
.clstrcshow{
display:;
}
.clstr{
color:white;
cursor:hand;
}
-->
</style>
<SCRIPT LANGUAGE="JavaScript">
<!--
function init()
{
}
function RemoveAll()
{
top.fraMain.win.removeall();
}
function AddWin(url, title)
{
top.fraMain.AddWin(url, title);
}
//-->
</SCRIPT>
</head>
<body bgcolor="#6E8ADE" style="border-left:1pt solid white;border-bottom:1pt solid white;" leftmargin="0" topmargin="0" oncontextmenu="return false" onselectstart="return false" ondragstart="return false" scroll="no" onload="init()">
<form runat="server">
<%=htmlr%>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -