EXPERIMENT 10
WAP in WML to illustrate use of “textbox”
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN"
"http://www.wapforum.org/DTD/wml13.dtd">
<wml>
<card id = "card1" title = "home">
<p>
<b>Enter username</b>
<input type = "text" size = "12" name = "t1">
</input>
<br/>
<b>Enter password</b>
<input type = "password" size = "12" maxlength = "5" name = "t2">
</input>
<a href = "#card2">Candidate login</a>
</p>
</card>
<card id = "card2">
<p>
Welcome $t1
</p>
</card>
</wml>
No comments:
Post a Comment