温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:无忧劳保库存系统源码
当前文件:
Labor/ServerExption.aspx,打开代码结构图
Labor/ServerExption.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ServerExption.aspx.cs" Inherits="ServerExption" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
5
<html xmlns="http://www.w3.org/1999/xhtml" > 6
<head id="Head1" runat="server"> 7
<title>服务器出错啦</title> 8
<script type="text/javascript"> 9
10
function Jump() 11
{ 12
13
window.location='javascript:history.go(-1);'; 14
15
} 16
setTimeout('Jump()',3000) 17
18
</script> 19
<link href="Image/Main.css" rel="stylesheet" type="text/css" /> 20
<style type="text/css"> 21
BODY { BACKGROUND-COLOR: #e2ecf8 } 22
</style> 23
</head> 24
<body> 25
<form id="f1" runat="server"> 26
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" style="position: static"> 27
<tr> 28
<td height="421" align="center" valign="middle"><table width="488" border="0" cellspacing="0" cellpadding="0"> 29
<tr> 30
<td colspan="3"> </td> 31
</tr> 32
<tr> 33
<td colspan="3"><img src="Image/Login_top1.jpg" width="512" height="182"></td> 34
</tr> 35
<tr> 36
<td width="202"><img src="Image/Login_buttomleft.jpg" width="202" height="113"></td> 37
<td width="296" align="center" valign="middle" background="Image/Login_buttombj.jpg" 38
id="btnyes"><form name="form1" method="post" action=""> 39
<table width="90%" border="0" cellspacing="0" cellpadding="0"> 40
<tr> 41
<td width="21%" height="25" rowspan="2" align="right" valign="bottom"> 42
<p>请联系管理人员,服务器出现错误。</p> 43
<p><a href='javascript:history.go(-1);'>→如果你的浏览器不支持请点击此处</a></p> 44
</td> 45
</tr> 46
</table> 47
</form> 48
</td> 49
<TD width="14"><IMG id="IMG1" height="113" src="Image/Login_buttomright.jpg" width="14" runat="server"></TD> 50
</tr> 51
<TR vAlign="bottom"> 52
<TD align="center" colSpan="3" height="65"> 53
版权所有:国信安NIIT集团</TD> 54
</TR> 55
</table> 56
</td> 57
</tr> 58
</table> 59
</form> 60
61
</body> 62
</html>




}
