You Are Here:

Community: Wiki

This page was last modified on 19 November 2007, at 11:32.

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 Wiki Articles

No related wiki articles found

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia