jokes.jsp
上传用户:weisa_1
上传日期:2007-10-14
资源大小:287k
文件大小:1k
源码类别:

手机WAP编程

开发平台:

Java

  1. <%@ page contentType="text/vnd.wap.wml" %>
  2. <?xml version="1.0"?>
  3. <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
  4. <wml>
  5. <!-- provides a way back using the prev element -->
  6. <template>
  7.    <do type="prev">
  8.      <prev/>
  9.    </do>
  10. </template>
  11. <card id="jokes" title="Joke of the week">
  12. <p>
  13. Why did the chicken cross the road?<br/>
  14. He heard all chicken wire had been replaced with a wireless service. <br/>
  15.   <anchor title="Zoo home">Zoo home
  16.     <go href="../index.jsp"/>
  17.   </anchor>
  18. </p>
  19. </card>
  20. </wml>