This page was last modified 11:32, 19 November 2007.
Input element example
From Forum Nokia Wiki
Input elements should be used to enter short text (less than one line) or passwords. Typically, input elements are used when the user needs to enter a user name, a password, an e-mail subject, a phone number, and so on.
input element types supported in XHTML MP Text, Password, Checkbox, Submit, Radio, Reset, Image, Hidden
<?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>Franklin 2</title> </head> <body> <h1>Franklin's second page</h1> <p> <form action="form-process.xhtml" method="get"> First Name: <input type="text" name="fname" title="First Name" style="-wap-input-format:ammmmmm"/> <br/> <input type="submit"/> </form> </p> </body> </html>
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| adding new input constraints?!? | oleson | Mobile Java General | 2 | 2004-04-20 12:55 |
| how to change the input language in EDWIN | whitewinds | General Symbian C++ | 2 | 2008-02-19 06:18 |
| if 6210 simulator can input chinese? | cowisdom | General Browsing | 0 | 1970-01-01 02:00 |
| T9 input | Nokia_Archive | Mobile Java General | 1 | 2002-05-31 15:46 |
| Date format | ksmar | Browsing and Mark-ups | 0 | 2006-02-14 12:35 |
