温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:明日网上商城购物系统源码
当前文件:
MingriNetShop/Manger/Top.aspx,打开代码结构图
MingriNetShop/Manger/Top.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Top.aspx.cs" Inherits="Manger_Top" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
5
6
<html xmlns="http://www.w3.org/1999/xhtml" > 7
<head> 8
<title>Top</title> 9
<style type="text/css"> 10
a:link { color:#000000;text-decoration:none} 11
a:hover {color:#666666;} 12
a:visited {color:#000000;text-decoration:none} 13
td {font-size:9pt; filter:dropshadow(color=#FFFFFF,offx=1,offy=1); color:#000000; } 14
img {filter:alpha(opacity:100); chroma(color=#FFFFFF)} 15
</style> 16
<base target="right"/> 17
<script type="text/javascript" language="javascript"> 18
<!-- 19
var dvnews_majorVer=3.2; 20
var dvnews_minorVer=1216; 21
var dvnews_beta=false; 22
23
function preloadImg(src) 24
{ 25
var img=new Image(); 26
img.src=src 27
} 28
preloadImg("../Images/admin_top_open.gif"); 29
30
<asp:Literal id="ltScript" runat="server"/> 31
32
var displayBar=true; 33
function switchBar(obj) 34
{ 35
if (displayBar) 36
{ 37
parent.frame.cols="0,*"; 38
displayBar=false; 39
obj.src="../Images/admin_top_open.gif"; 40
obj.title="打开左边管理菜单"; 41
}else{ 42
parent.frame.cols="180,*"; 43
displayBar=true; 44
obj.src="../Images/admin_top_close.gif"; 45
obj.title="关闭左边管理菜单"; 46
} 47
} 48
--> 49
</script> </head> 50
<body background="../Images/admin_top_bg.gif" style="margin:0px"> 51
52
<table height="100%" width="95%" border="0" cellpadding="0" cellspacing="0"> 53
<tr valign="middle"> 54
<td width="50"> 55
<img onclick="switchBar(this)" src="../Images/admin_top_close.gif" alt="关闭左边管理菜单" style="cursor:hand" /> 56
</td> 57
</tr> 58
</table> 59
</body> 60
</html> 61
62




a:link 
}
