Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 1
Rev.A 01/09 - - - - - - URL (dsplstupper) - Parameter ( SKTUPPER=>SU, SKTMENU=>SM) - - CP This Document is copyrighted by SK Telecom and may not be reproduced without permission 2
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 3
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 4
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 5
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 6
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 7
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 8
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 9
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 10
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 11
Rev.A 01/09 10 ) Device Logging : Device. This Document is copyrighted by SK Telecom and may not be reproduced without permission 12
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 13
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 14
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 15
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 16
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 17
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 18 <?xml version="1.0"?>
Rev.A 01/09 <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/dtd/wml_1.1.xml"> <wml> <card id="card_1"> <p> Numerically 5 < 10 </p> </card> Numerically 5 < 10 This Document is copyrighted by SK Telecom and may not be reproduced without permission 19
Rev.A 01/09 <wml> <card> <do type="options" label="options"> <go href="/options"/> </do> <!-- rest of the card --> </card> <?xml version="1.0"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" This Document is copyrighted by SK Telecom and may not be reproduced without permission 20
Rev.A 01/09 <!-- bad variable syntx --> Balance left is $10.00 <!--bad placement (in the type attribute) --> This Document is copyrighted by SK Telecom and may not be reproduced without permission 21
Rev.A 01/09 <wml> <card> <p> Please choose <i>all</i> of your favorite animals: <select name="x" iname="i" ivalue="1;2" multiple="true"> <option value="d">dog</option> <option value="c">cat</option> <option value="h">horse</option> </select> </p> </card> </wml> <wml> <card> <p> Please choose your favorite animal: <select name="x"> <option value="d">dog</option> <option value="c">cat</option> </select> </p> </card> </wml> <wml> <card id="card1" title="country"> <p> Select a country: <select name="country" multiple="true" tabindex="2"> <optgroup title="scandinavia"> <option value="den">denmark</option> <option value="fin">finland</option> <option value="nor">norway </option> <option value="swe">sweden </option> </optgroup> <optgroup title="europe"> <option value ="fra">france </option> <option value ="ger">germany</option> <option value ="ita">italy </option> <option value ="spa">spain </option> </optgroup> </select> </p> <do type="accept" label="next"> <go href="#card2"/> </do> </card> </wml> <anchor>follow me <go href="destination"/> </anchor> This Document is copyrighted by SK Telecom and may not be reproduced without permission 22
Rev.A 01/09 <a href="destination"> follow me</a> <wml> <card id="card1" title="weather Forecast"><p> <table columns="3"> <tr> <td>day</td><td>wthr</td><td>temp</td></tr> <tr> <td>m 6/7</td><td><img src="rainy.wbmp" alt="rain"/></td> <td>25' C</td> </tr> <tr> <td>t 6/8</td><td><img src="partcldy.wbmp" alt="partcldy"/></td> <td>27' C</td></tr><tr> <td>w 6/9</td><td><img src="cloudy.wbmp"alt="cloudy"/></td><td>24' C</td></tr> <tr> <td>t 6/10</td><td><img src="rainy.wbmp" alt="rainy"/></td> <td>28' C</td> </tr> <tr> <td>f 6/11</td><td><img src="sunny.wbmp" alt="sunny"/></td> <td>29' C</td></tr> </table> </p> </card> </wml> This Document is copyrighted by SK Telecom and may not be reproduced without permission 23
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 24
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 25
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 26
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 27
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 28
Rev.A 01/09 function currencyconverter (currency, exchangerate) { return currency*exchangerate; }; extern function testit() { var USD = 10; This Document is copyrighted by SK Telecom and may not be reproduced without permission 29
Rev.A 01/09. 1. 1 2.. Image type 1 kindofimage.. This Document is copyrighted by SK Telecom and may not be reproduced without permission 30
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 31
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 32
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 33
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 34
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 35
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 36
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 37
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 38
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 39
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 40
Rev.A 01/09 2. 1. 3... [ ] This Document is copyrighted by SK Telecom and may not be reproduced without permission 41
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 42
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 43
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 44
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 45
Rev.A 01/09 - - 1. 2. 3. This Document is copyrighted by SK Telecom and may not be reproduced without permission 46
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 47
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 48
Rev.A 01/09, CGI,ASP,PHP SERVICE_ID, _S SERVICE_ID., URL URL SERVICE_ID. 1) [CGI ] http://wap.music011.com/cgi/top10.cgi?date=200000601&flag=2&service_id=100011000100 001 SERVICE_ID URL SERVICE_ID=100011000100001 URL.( : URL SERVICE ID MAPPING PARSING ) 2) http://wap.music011.com/pop/-s100011000100002.wml URL,. This Document is copyrighted by SK Telecom and may not be reproduced without permission 49
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 50
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 51
Rev.A 01/09 URL SERVICE_ID SERVICE_ID CP. CP URL ID URL URL. URL SERVICE_ID URL. CP CGI, SERVICE_ID.,. This Document is copyrighted by SK Telecom and may not be reproduced without permission 52
Rev.A 01/09 SKT11NTMA00111281282111AC03863112;0;0;0;0 This Document is copyrighted by SK Telecom and may not be reproduced without permission 53
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 54
Rev.A 01/09 - - CP, MIN MIN.,, URL UA MIN.. This Document is copyrighted by SK Telecom and may not be reproduced without permission 55
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 56
Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 57