winner.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="winner" title="Congratulations">
  12. <p>
  13. Congratulations!
  14. Your feedback has won the main prize in our draw! The prize will be sent by mail to the address specified in your member information. You may want to check that your information is correct. 
  15. Thank you again for the feedback. Regards, Zoo staff<br/>
  16.  <anchor title="Zoo home">Zoo home
  17.     <go href="../index.jsp"/>
  18.   </anchor>
  19. </p>
  20. </card>
  21. </wml>