在好例子网,分享、交流、成长!
您当前所在位置:首页ASP 开发实例ASP/Basic基础 → asp火车订票系统源码

asp火车订票系统源码

ASP/Basic基础

下载此实例
  • 开发语言:ASP
  • 实例大小:2.88M
  • 下载次数:73
  • 浏览次数:795
  • 发布时间:2015-06-18
  • 实例类别:ASP/Basic基础
  • 发 布 人:jiayan
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 网络

实例介绍

【实例简介】

【实例截图】

【核心代码】


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>火车票销售系统</title>
<style type="text/css">
<!--
.STYLE1 {
	color: #FF0000;
	font-size: 9pt;
}
-->
</style>
</head>
<body  onload="window.resizeTo(window.screen.width - 4,window.screen.height-50);window.moveTo(-4,-4)" style="MARGIN: 0px" scroll=no  oncontextmenu="window.event.returnValue=false" onselectstart="return false" onMouseOver="window.status='火车票销售系统';return true" OnMouseOut="window.status='火车票销售系统';return true" onmousedown="window.status='火车票销售系统';return true" onmouseup="window.status='火车票销售系统';return true">
<script>

function cancelLink() {
if (window.event.srcElement.tagName == "A" && window.event.shiftKey) 
window.event.returnValue = false;
}
if(self!=top){top.location=self.location;}
function switchSysBar(){
if (switchPoint.innerText==3){
switchPoint.innerText=4
document.all("frmTitle").style.display="none"
}else{
switchPoint.innerText=3
document.all("frmTitle").style.display=""
}}
</script>

<style type="text/css">
.navPoint {COLOR: white; CURSOR: hand; font-family: Webdings; FONT-SIZE: 9pt}
A:link {
	COLOR: #0000ff; TEXT-DECORATION: none;font-size:12px;
}
A:visited {
	COLOR: #0000ff; TEXT-DECORATION: none;font-size:12px;
}
A:active {
	COLOR: #3333ff; TEXT-DECORATION: none;font-size:12px;
}
A:hover {
	COLOR: #ff0000; TEXT-DECORATION: none;font-size:12px;
}
</style>
<script>
function tick() {
var ye,mo,da
var hours, minutes, seconds, xfile;
var intHours, intMinutes, intSeconds;
var today;
today = new Date();
ye = today.getYear();
mo = today.getMonth() 1;
if (mo < 10) {
mo = "0" mo;
}
da = today.getDate();
if (da < 10) {
da = "0" da;
}
intHours = today.getHours();
intMinutes = today.getMinutes();
intSeconds = today.getSeconds();
if (intHours == 0) {
hours = "12:";
xfile = "PM";//午夜
} else if (intHours < 12) {
hours = intHours ":";
xfile = "AM";//上午
} else if (intHours == 12) {
hours = "12:";
xfile = "PM";//正午
} else {
intHours = intHours - 12
hours = intHours   ":";
xfile = "PM";//下午
}
if (intHours < 10) {
hours = "0" intHours ":";
}
if (intMinutes < 10) {
minutes = "0" intMinutes ":";
} else {
minutes = intMinutes ":";
}
if (intSeconds < 10) {
seconds = "0" intSeconds " ";
} else {
seconds = intSeconds " ";
}
var color, size, face, out;
	var text = "black";
	var font_size = 1;
    var font_face = "Arial";
	color = (text)? text : "black";
	size = (font_size)? font_size : 1;
	face = (font_face)? font_face : "Arial";
timeString = "<font style='font-size:14px;'>当前时间:";
timeString  = ye "-" mo "-" da "  ";
timeString  = hours minutes seconds " " xfile "&nbsp;&nbsp;&nbsp;";
//timeString  ="<BR>网纳科技有限公司&nbsp;&nbsp;"
Clock.innerHTML = timeString;
window.setTimeout("tick();", 100);
}
window.onload = tick;
</script> 
<table width="100%" border="0" cellspacing="0" cellpadding="0" background="images/index_bg.gif">
  <tr> 
    <td width="67%" height="50" rowspan="2"><div style="font-family:宋体; color:#FFFFFF; filter:Glow(Color=#000000,Strength=2); WIDTH: 100%; FONT-WEIGHT: bold; FONT-SIZE: 19pt; margin-top:5pt">&nbsp;&nbsp;&nbsp;火车票销售系统</div></td>
    <td width="33%" align="right" valign="middle"> 
	  <font id="Clock"
      style="FONT-SIZE: 9pt; FILTER: dropshadow(color=#FFFFFF,offx=1,offy=1,positive=1);COLOR: #000000;" 
      align=center>&nbsp;
	  
	  </font>&nbsp;
    </td>
  </tr>
  <tr>
    <td align="right"><A href="logout.asp" onClick="{if(confirm('确定要退出吗?')){return true;}return false;}">当前用户:<%=request.Cookies("username1")%>[<%
	if request.Cookies("cx")="1" then
	 response.Write("超级管理员") 
	 elseif request.Cookies("cx")="2" then
	  response.write("管理员")
	  else
	  	response.write("录入员")
	  end if
	  %>]&nbsp;&nbsp;<IMG height=16 alt=退出系统 src="images/exit.gif" width=16 align=absMiddle border=0><FONT color=black>&nbsp;安全退出</FONT></A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;	
    </td>
  </tr>
</table>
<table border="0" cellPadding="0" cellSpacing="0" height="88%" width="100%">
  <tr>
    <td width="175" id="frmTitle" valign="top"> 

   <!--#include file="left.html"-->


    </td>
    <td style="WIDTH: 9pt">
    <table border="0" cellPadding="0" cellSpacing="0" height="100%">
      <tr>
          <td bgcolor="A4B6D7" style="HEIGHT: 100%" onClick="switchSysBar()"> <font style="FONT-SIZE: 9pt; CURSOR: default; COLOR: #ffffff"> 
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <span class="navPoint" id="switchPoint" title="关闭/打开左栏">3</span><br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        屏幕切换 </font></td>
      </tr>
    </table>
    </td>
    <td>

    <iframe frameBorder="0" id="main" name="main" scrolling="yes" src="sy.asp" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1">
    </iframe>

    </td>
  </tr>
</table>
<TABLE class=small cellSpacing=0 cellPadding=0 width="100%" order=0>
  <TBODY>
    <TR vAlign=bottom> 
      <TD height="25" align=middle valign="bottom" bgcolor="677CAD"> <SPAN style="FONT-WEIGHT: bold; FILTER: dropshadow(color=#666666,offx=1,offy=1,positive=1); WIDTH: 100%; COLOR: #ffffff">火车票销售系统</SPAN></TD>
    </TR>
  </TBODY>
</TABLE>
</html>
<script>
if(window.screen.width<'1024'){switchSysBar()}
</script>


标签: 网络

实例下载地址

asp火车订票系统源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警