This content was uploaded by our users and we assume good faith they have the permission to share this book. If you own the copyright to this book and it is wrongfully on our website, we offer a simple DMCA procedure to remove your content from our site. Start by pressing the button below!
Hello!
and
. NOTE Some WAP phones do not show the card title at all, so don't rely on it being there. A deck is a set of cards. When your mobile phone downloads a WML file, it is getting an entire deck. The first card in the deck is activated. Later cards can then be activated using their id as the user selects various menu or other options. A deck must begin withWow! This is one of the world's most simple WML files!
Wow! The second card!
My Paragraph
— Separates chunks of text into paragraphs. <strong>I am mighty— Used to make text stronger (usually the same as making text bold). <em>Emphasize me, baby!— Used to emphasize text (usually the same as italicizing). I am bold— Used to make text bold. I am italic— Used to make text italicized. I am underlined— Used to underline text. <small>Wee little me— Makes text smaller. Hello
I'm bold
I'm italic
I'm underlined
I'm big
<small>I'm small
Top Left | Top Right |
Bottom Left | Bottom Right |
Name:
Your name is: $(myname)
Some Message
Type something here:
Guessing a Random Number...
<do type="accept"> You were right! Number was $(randresult)
Sorry. Wrong! Number was $(randresult)
"); // print out the last five messages for (int i=0; i < 5; i++) { out.println(message[i]+"
"); } out.println("
"); out.println("Chat: "); out.println("
"); out.println("
Message 1
Message 2
Message 3
Message 4
Message 5
Chat:
"); out.println("Date: "+ new java.util.Date()); out.println("
"); out.println("