XHTML MP can be used a select list whenever the user must select one or more predefined options. A select list is often a more efficient, faster alternative when asking the user for input.
<?xml version="1.0"?> <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtmlmobile10.dtd" > <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Select example</title> </head> <body> <form action="form-process.xhtml" method="get"> <p>Choose City:<br/> <select name="city"> <option value="Oslo">Oslo</option> <option value="Tokio">Tokio</option> <option value="SanDiego">SanDiego </option> </select> <br/> <input type="submit" value="Continue"/> </p> </form> </body> </html>
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| simulate incoming sms on emulator | Lawren | Symbian Networking & Messaging | 8 | 2007-04-10 20:24 |
| 7650 + com USB adaptor + PC Suite | chumba | Bluetooth Technology | 2 | 2002-09-14 04:30 |
| Sending MMS: Visual C++ Example not working | fix78 | General Symbian C++ | 1 | 2002-09-24 12:09 |
| Multilanguage User Interface using j2me | prashantpersistent | Mobile Java General | 3 | 2008-05-27 19:22 |
| Pthread, select & file descriptor.. | nono240 | Open C | 8 | 2008-02-27 17:19 |