Page 100 - DCAP512_WAP_AND_WML
P. 100

WAP & WML




                    Notes          <option value=”wap”>WAP Tutorial</option>
                                   </select>
                                   </p>
                                   </card>

                                   </wml>
                                   The result MIGHT look like this in your mobile phone display:

                                             Top of Form
                                    --- Selectable List 1---
                                         HTML Tutorial
                                         XML Tutorial
                                         WAP Tutorial

                                            Bottom of Form


                                          Example: In the example below, the result is a selectable list where the user can select
                                   more than one item:

                                   <?xml version=”1.0"?>
                                   <!DOCTYPE wml PUBLIC “-//WAPFORUM//DTD WML 1.1//EN”
                                   ”http://www.wapforum.org/DTD/wml_1.1.xml”>
                                   <wml>

                                   <card title=”Selectable List 2">
                                   <p>
                                   <select multiple=”true”>
                                   <option value=”htm”>HTML Tutorial</option>

                                   <option value=”xml”>XML Tutorial</option>
                                   <option value=”wap”>WAP Tutorial</option>
                                   </select>
                                   </p>

                                   </card>
                                   </wml>
                                   The result MIGHT look like this in your mobile phone display:

                                             Top of Form
                                    --- Selectable List 2---
                                        HTML Tutorial

                                        XML Tutorial
                                        WAP Tutorial
                                            Bottom of Form


          94                                LOVELY PROFESSIONAL UNIVERSITY
   95   96   97   98   99   100   101   102   103   104   105