摘要:
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=GB2312"> <title>学生信息系统</title> <script language="javascript"> var showInfo = new function ... 阅读全文
posted @ 2010-06-07 21:32
邓维
阅读(469)
评论(0)
推荐(0)
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<scriptlanguage="javascript">vardocEle=function(){returndocument.getElementById(arguments[0])|... 阅读全文
posted @ 2010-06-07 21:30
邓维
阅读(209)
评论(0)
推荐(0)
摘要:
use lgdb goif exists(select name from sysobjects where xtype='u' and name ='TEMPlgzx_tzlgl')drop table TEMPlgzx_tzlglgoif exists(select name from sysobjects where xtype='u' and name ='TEMPlgzx_tdir')d... 阅读全文
posted @ 2010-06-04 21:52
邓维
阅读(676)
评论(0)
推荐(0)
摘要:
FROM :http://space.itpub.net/12639172/viewspace-526837 1包含页面:Default.aspx,Error.aspx2.思路:Global.asax页面负责捕捉系统中除去try以外发 生的页面错误。并将错信息发送给Error.aspx页面。Error.aspx页面负责显示错误信息,并将错误信息发送到指定邮箱。3. 具体代码:Default.asp... 阅读全文
posted @ 2010-06-01 14:26
邓维
阅读(254)
评论(0)
推荐(1)