1.asp ����Դ��
2.用ASP.NET做个简单的留留留言板给个思路,绝对不要源码之类的言源
asp ����Դ��
第一个:
<tr>
<td colspan="2" align="left" valign="top" class="c">留言内容:<p><%=rs("connet")%></td>
</tr>
<tr>
<td colspan="2" align="left" valign="top" class="c" height="">
..............<a href="del.asp?id=<%=rs("id")%>" style="text-decoration: none"><font color="#">删除</font></a>.................<a href="reg.asp" style="text-decoration: none"><font color="#">我要留言</font></a>.........</td>
</tr>
把上面的改成
<tr>
<td colspan="3" align="left" valign="top" class="c">留言内容:<p><%=rs("connet")%></td>
</tr>
<tr>
<td colspan="3" align="left" valign="top" class="c" height="">
..............<a href="del.asp?id=<%=rs("id")%>" style="text-decoration: none"><font color="#">删除</font></a>.................<a href="reg.asp" style="text-decoration: none"><font color="#">我要留言</font></a>.........</td>
</tr>
第二个:
<!--header begin-->
<%
response.write "<div id=mainbox>"&_
"<table border=0 width=% cellpadding=4 style=border-collapse: collapse class='top_table'>"&_
"<form name=form action=Product_ListSearch.asp method=get>"&_
" <tr><td colspan=2 height=5></td></tr>"&_
" <tr>"&_
" <td><a href=index.asp title=返回首页><img src=uploadpic/></a></td>"&_
" <td align=right>"&_
" <table><tr><td class=cartimg></td><td><a href=Cart_List.asp>查看我的购物车</a>(<font color=#FF>"
if session("y")="" then response.write "0" else response.write session("y")
===================================
response.write "<td><a href=index.asp title=返回首页><object classid='clsid:DCDB6E-AE6D-cf-B8-' codebase='/pub/shockwave/cabs/flash/swflash.cab#version=6,0,,0' width='' height=''>"&_
"<param name='movie' value='logo.swf'>"&_
"<param name='quality' value='high'>"&_
"<embed src='logo.swf' width='' height='' quality='high' type='application/x-shockwave-flash' width='' height=''></embed></object></a></td>"
%>
希望我的回答对你有所帮助。
用ASP.NET做个简单的板源留言板给个思路,绝对不要源码之类的代码手机直播源码怎么看直播
说一个最简的留言板有添加留言,显示留言的留留功能。(你可以在增加删除,言源引流源码大全更改,板源分页的代码功能,需要用到数据控件了。留留)
表现层你就添加一个table,言源一个text(也可以两个text一个填留言者昵称,板源一个填留言内容),代码两个按钮一个提交,留留solaris源码分析一个重置就可以了。言源
数据库层建一个表visitorsbook用来存储留言的板源,字段的php直链源码话比如昵称,内容,留言时间等。
逻辑层就是电影iapp源码一个是打开web页面时要把visitorsbook的数据读出来显示到table上。另一个就是两个按钮事件了,点提交时先判断text内容是否为空空的话提示一下,不空进行数据库写操作,点重置按钮时清空text的内容。
这是最最简单的留言板,之后楼主可以在作复杂一些的。