Shows how to perform a search with a WAP page and use ASP on the server to do the database query and then
display the results.
<%Response.ContentType = "text/vnd.wap.wml"%
1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"
Dim conn, rs
Dim strSQL,strFirstName, strLastName
Set conn = Server.CreateObject("ADODB.Connection")
Set rs = Server.CreateObject("ADODB.Recordset")
conn.open session("myconne...[ 查看全文 ]