Complete Code Listings

In the next section, you will find the complete code listing for the User Directory application.

home.asp

Listing 16.1 User Directory Application—Home Page
 /******************************************* This page is the first page the user views. It allows the user to select whether they want to browse names by company, first name, or last name. After they select the top level menu-item, they move on to other cards within this page (the deck) in order to further narrow their options. *******************************************/ <% Response.ContentType = "text/vnd.wap.wml" %> <!--- Defines XML Version and Document Data Type ---> <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.2//EN" "http://www.wapforum.org/DTD/wml12.dtd"> ...

Get WAP Development with WML and WMLScript now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.