www.gusucode.com > asp+SQLServer网上书店系统设计(源代码+论文) > asp+SQLServer网上书店系统设计(源代码+论文)\网上书店asp+SQLServer\网上书店\top.asp

    
<script language=javascript>
function openbag(url)                    
{                    
window.open(url,"search","height=400,width=630,left=200,top=0,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");     }
function openurl(url)                    
{                    
window.open(url,"search","height=200,width=500,left=200,top=0,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");     }
</script>
<html>
<head>
<title>网上书城</title>
<base target="_self">
</head>
<body background="images/6.jpg" align="center">
<center><font size=7 face="华文行楷" color="black">
求知书店</font></center>
<font size="2">亲爱的
<%=session("user")%>用户
<%
NowHour=Hour(Now())
if NowHour < 11 Then 
    Response.Write "早上好!"
elseif NowHour < 13 Then
Response.Write "中午好!欢迎光临!"
elseif NowHour <18 Then
   Response.Write "下午好!欢迎光临!"
else
   Response.Write "晚上好!欢迎光临!"
end if
%> </font>
<table border=0 cellspacing=0 cellpadding=0 width="100%" align="center" bgcolor="#b4aed2">
<tr bgcolor="#b4aed2">  
<td width=25><img src=images/left.gif></td>
<td background="images/bgguide.gif" width="10">
<img src=images/guide.gif></td>
<td background="images/bgguide.gif" width="60"></font><a href="index.asp" target="_blank">
<font size=2 color=blue>首页</font></a></td>
<td background="images/bgguide.gif" width="10">
<img src=images/guide.gif></td>
<td background="images/bgguide.gif" width="60"></font><a href="login.asp" target="_blank">
<font size=2 color=blue>登录</font></a></td>
<td background="images/bgguide.gif" width="10"><img src=images/guide.gif></td>
<td background="images/bgguide.gif" width="110">
<p align="center"><a href="register3.htm" target="_blank"><font size=2 color=blue>会员注册</font></a></td>
<td background="images/bgguide.gif" width="10">
<img src=images/guide.gif></td>
<td background="images/bgguide.gif" width="110">
<p align="center"><a href="allbook.asp" target="main"><font size=2 color=blue>所有书籍</font></a></td>
<td background="images/bgguide.gif" width="10"><font size="2"><img src=images/guide.gif></font></td>
<td background="images/bgguide.gif" width="100">
<p align="center"><a href=javascript:openbag('eshop1.asp')><font size=2 color=blue>购书车</font></a></td>
<td background="images/bgguide.gif" width="10"><font size="2"><img src=images/guide.gif></font></td>
<td background="images/bgguide.gif" width="140">
<p align="center"><a href='javascript:openurl("new.asp")'><font size=2 color=blue>书店最新动态</font></a></td>
<td background="images/bgguide.gif" width="10"><font size="2"><img src=images/guide.gif></font></td>
<td background="images/bgguide.gif" width="110">
<p align="center"><a href='paymethod.asp' target="_blank"><font size="2" color=blue>支付方式</font></a></td>
<td background="images/bgguide.gif" width="10"><font size="2"><img src=images/guide.gif></font></td>
<td background="images/bgguide.gif" width="110">
<p align="center"><a href='help.asp'target="_blank"><font size="2" color=blue>购书帮助</font></a></td>
<td background="images/bgguide.gif" width="10"><img src=images/guide.gif></td>
<td background="images/bgguide.gif" width="110">
<p align="center"><a href="modify.asp" target="_blank"><font size=2 color=blue>修改资料</font></a></td>
<td background="images/bgguide.gif" width="10"><img src=images/guide.gif></td>
<td background="images/bgguide.gif" width="60">
<p align="center"><a href="blank.asp" target="_blank"><font size=2 color=blue>结帐</font></a></td>
<td background="images/bgguide.gif" width="10"><img src=images/guide.gif></td>
<td width=25><img src=images/right.gif></td>
</tr>
</table>
</body>
</html>