对你来说很容易,帮忙处理ASP中加入文本框

来源:百度知道 编辑:UC知道 时间:2024/05/26 04:32:27
本人是菜鸟,在这个wap的页面上,请告诉我在哪能加入一个可以输入文字的文本框,怎么加,谢谢。

<!--#include file="conn.asp"-->
<%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head><meta http-equiv='Cache-Control' content='no-cache'/>
</head>
<template>
<do type="accept" label="返回"><prev/></do>
</template>
<card id="gbook" title="留言列表">
<%
'gbook 页面
'显示记录
dim page
page=Request.querystring("page")
if page="" then page=request.Cookies("page")

<!--#include file="conn.asp"-->
<%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head><meta http-equiv='Cache-Control' content='no-cache'/>
</head>
<template>
<do type="accept" label="返回"><prev/></do>
</template>
<card id="gbook" title="留言列表">
<%
'gbook 页面
'显示记录
dim page
page=Request.querystring("page")
if page="" then page=request.Cookies("page")
if page="" then page=1 else page=cint(page)