Crystone AB
Control panel

WAP pages

About WAP
WAP is a standard for making web pages available via the Internet (http) on your mobile (if you have WAP/GPRS support in your mobile). WML is the format used for this purpose. So your WAP pages should have the .WML file extension, for example index.wml.

Example
Here is a simple WML page that just writes the text “Hello world!” to your mobile.

<?xml version="1.0"?>
<!DOCTYPE wml>
<wml>
    <card id="first" title="First WAP">
       <p>
          Hello world!
       </p>
    </card>
</wml>