|
热门文章
推荐文章
最新文章
|
用ASP设计一个留言薄(6)
原作者:admin 添加时间:2007-05-18 原文发表:2007-05-18 人气:108 来源:转载
本文章共6211字,分11页,当前第6页,快速翻页:
|
myText.WriteLine(Tname)
myText.WriteLine(Tsex)
myText.WriteLine(Temail)
myText.WriteLine(Turl)
myText.WriteLine(Tfrom)
myText.WriteLine(Tcomments)
myText.writeLine(Ttime)
myText.WriteLine(date)
myText.writeLine(Temp)
myText.Close
%>
<script Language="JavaScript">
document.write("<h1>恭喜!您的留言已顺利提交,请按<a href='disp.asp'>这里</a>查看")
</script>
<%
end if
‘至此,留言已保存入文件book.txt中
End if
else
‘第一次进入输入屏幕,因此显示htmL文件内容。
%>
<html>
<head>
<title>留言薄</title>
<% colorbg="#BED9FC" %>
</head>
<body bgcolor="<% =colorbg %>" background="images/bg.gif">
<p align="center"><img src="images/gbook.gif" alt="GBook.gif (12142 bytes)" WIDTH="374"
HEIGHT="83"> </p>
<p align="center">[<a href="disp.asp">我要看留言板</a>] [<a href="../index.asp">返回首页</a>]</p> 本文章更多内容:<<上一页 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 下一页>> |
 本文章所属分类: 首页
→ 推荐教程
ASP编程
|
文章搜索
|