WEB开发网
开发学院WEB开发ASP ASP入门基础教程-实例 网上图书管理系统 阅读

ASP入门基础教程-实例 网上图书管理系统

 2006-10-27 12:01:46 来源:WEB开发网   
核心提示: 1、注册成功相关信息提示;2、返回按钮引导您回收银台结帐,<%@language="VBScript" %><html><head><title>会员注册成功!</title><link href=&qu

1、注册成功相关信息提示;

2、返回按钮引导您回收银台结帐。

<%@language="VBScript" %>
<html>
<head>
<title>会员注册成功!</title>
<link href="style.css" rel="stylesheet">
<!--**********************************-->
<style type="text/css">
<!--
body,td,th {
font-size: 14pt;
color: #666699;
line-height: 1.5;
}
-->
</style>
<!--*******************************************************-->
</head>
<body background="images/bg1.jpg" leftmargin="50" topmargin="0">
<center>
<table width="640" height="133" border="0" cellpadding="-1" cellspacing="-1" background="images/bg.jpg">
<tr>
<td background="images/bg.jpg"><img src=http://tech.ddvip.com/2006-10/"images/register_top.gif" width="640" height="130"></td>
</tr>
</table>
<table width="640" height="318" border="0" cellpadding="-1" cellspacing="-1">
<tr>
<td height="200" background="images/bg.jpg">
<div align="center">祝贺您,已经注册成功!<br>
您的会员ID号<font color="#C60001"><strong>[<% response.Write(session("MyID"))%>]</strong></font><br>
密码为:<font color="#C60001"><strong>[<% response.Write(session("MyPWD"))%>]</font></strong>请记好!<br>
请单击“返回”按钮到收银台结账。</div></td>
</tr>
<tr>
<td height="120" background="images/bg.jpg"><div align="center"> <a href="checkout.asp"><img src=http://tech.ddvip.com/2006-10/"images/home1.gif" width="75"
height="34" border="0"></a></div></td>
</tr>
</table>
</center>
</body>
</html>
<% session("mName")=""%>

查看全套"ASP入门基础"教程>>>>>

上一页  5 6 7 8 9 10 

Tags:ASP 入门 基础

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接