ArticlesProjectsWeeklyCredentialsAbout

WAP WML Card Demo (1999)

WML source files for a WAP deck from 1999 — a minimal but functional WAP site demonstrating cards, navigation and WMLScript, the way it was actually built.

wapmobileweb

WAP WML Card Demo (1999)

A faithful reconstruction of a WAP site from 1999. Open the WML files in the OpenWave SDK emulator or any WAP 1.x browser.

Contents

  • index.wml — home deck with navigation cards
  • status.wml — device status display
  • alerts.wml — alert list and detail cards
  • login.wml — login form with WMLScript validation
  • validate.wmls — WMLScript client-side validation

Viewing

Use the OpenWave Phone Simulator or set up a local WAP gateway pointed at this directory.

Source code
# WAP WML Card Demo (1999)

Open these files in a WAP 1.x browser or the OpenWave Phone Simulator.

## Files

- `index.wml` — home deck (home, status, alerts cards)
- `login.wml` — login form
- `validate.wmls` — WMLScript client-side validation
- `alerts.wml` — alert detail deck

To serve locally, run any HTTP server and point the emulator to `http://localhost:<port>/index.wml`.