EXPERIMENT 12
AIM: WAP in WML to illustrate “on event BACKWARD”
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN"
"http://www.wapforum.org/DTD/wml13.dtd">
<wml>
<card id ="entry" title ="Password screen">
<onevent type = "onenterbackward">
<go href = "#welcome"/>
</onevent>
<p>
<input name ="pass"/>
<a href ="#welcome">Login</a>
</p>
</card>
<card id ="welcome" title = "welcome">
<p> This is the main screen <br/>
<a href = "#help">Help</a>
</p>
</card>
<card id ="help" title = "Help">
<p>Press any key</p>
</card>
</wml>
No comments:
Post a Comment