⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 message.asp

📁 手机WAP留言板WiiMsg WiiMsg是一个基于WAP2.0的手机网站留言板。 WiiMsg可用于传统电脑网站增加手机留言板功能
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%Response.CodePage=65001%>
<%Response.Charset="UTF-8"%>
<!--#include file="getHeader.asp"-->
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <meta name="Author" content="微普科技http://www.wiipu.com"/>
  <meta http-equiv="Content-Type" content="<%=header%>; charset=utf-8" />
  <link rel="stylesheet" href="style.css" type="text/css"/>
  <!--#include file="db_conn.asp"-->
  <title> 写留言 </title>
 </head>
 <body>
	<div id="container" style="width:<%=siteWidth%>;">

		<!--#include file="header.asp"-->
		
		<div class="h">写留言</div>
		<div class="box">
			<p class="red" style="margin:4px 20px;"><%=msgIntro%></p>
			<form action="message_do.asp" method="post">
				<p>留言人:<input type="text" name="name" /> <span class="red">*</span></p>
				<p>联系方式:<input type="text" name="contact" /> <span class="red">*</span></p>
				<%If isMsgShow="1" then%><p>悄悄话:<input type="checkbox" name="silent" value="1"/></p><%End if%>
				<p>留言内容:<span class="red">*</span></p>
				<p><textarea name="content" rows="8" cols="24"></textarea></p>
				<%If session("postNum")>0 then%><p>验证码:<input type="text" name="code" /><img src="codeImg.asp"/></p><%End if%>
				<p><input type="submit" value="提交"/></p>
			</form>
		</div>

		<%If isMsgShow="1" then%><div id="footNav"><a href="index.asp">留言列表</a></div><%End if%>
		<div id="footer">
			Copyright(c)2009 <%=siteName%> <br/>
			Powered By <a href="http://www.wiipu.cn/wap">WiiPu</a> 
		</div>

	</div>
 </body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -