WAP之家:为您提供最全最新的WAP技术,CP.SP.3G等行业资讯。 WAP之家交流论坛全新开放 点击进入>>
WAP资讯 | 3G动态 | SP动态 | 运营商动态 | 内容商动态 | 制造商动态 | 论坛讨论>> 每次自动访问
WAP技术 | WAP源码 | 手机编程 | 手机源码 | 无线技术 | J2ME技术 | 手机软件 添加到收藏夹
IVR技术 | SP资料 | SMS MMS技术 | 商业方案 | IVR下载 | 书籍教程 | 工具软件 语言:繁體中文

WAP之家技术文章WAP教程WAP 2.0关于Openwave 支持XHTML MP特性

关于Openwave 支持XHTML MP特性
作者:my0083  来源:itican.net/lmy0083  发布时间:2006-4-27 1:40:54

Openwave6.2以上~ 比如西门子C65就是Openwave7

1 支持快捷键

  1. <a href="a-02.html" accesskey="1" title="Go to 2">

2支持以下标记

  1. <abbr></abbr> 
  2. <acronym></acronym>
  3. <address></address>
  4. <b></b>
  5. <blockquote cite="">  </blockquote>
  6. <big></big>
  7. <cite></cite>
  8. <code></code>
  9. <dfn></dfn>
  10. <div></div>
  11. <dl><dt></dt><dd></dd></dl>
  12. <ol><li></li></ol>
  13. <ul><li></li></ul>
  14. <em></em>
  15. <kbd></kbd>
  16. <pre></pre>
  17. <fieldset></fieldset>
  18. <h1></h1>  h2....6
  19. <i></i>
  20. <var></var>
  21. <img src="images/logo.gif" alt="Logo" />
  22. <img src="" localsrc="moon2" alt="moon"/> 
  23. <input type="" name="" size="" maxlength="" emptyok="" title="" />type 可是text,radio,checkbox,submit,hidden...
  24. <a href="yes.html" title="Yes">Yes</a>
  25. <select name="seasoning">
  26.             <optgroup label="Savory">
  27.                 <option value="garlic" title="Garlic">
  28.                  Garlic</option>
  29.                 <option value="balsamic" title="Balsm">
  30.                  Balsamic</option>
  31.             </optgroup>
  32. </select>
  33. <q cite="http://"></q>
  34. <samp></samp>
  35. <span></span>
  36. <strong></strong>
  37. <textarea name="feedback" cols="12" rows="4" maxlength="64" title="I Think...">I think that...</textarea>

3支持样式表

  1. <link href="style-01.css" rel="stylesheet" type="text/css" />
  2. <style type="text/css">
  3.      h1, h2, h3 {text-align: center}
  4.      p.firstp {text-indent: 0em; margin-top: 0ex}
  5.      p {text-indent: 1em; margin-top: 1ex}
  6. </style>

4支持table

  1. <table summary="A sample table.">
  2.         <tr>
  3.             <th>C1</th>
  4.             <th colspan="2">C2 & C3</th>
  5.             <th>C4</th>
  6.         </tr>
  7. </table>

具体的效果请参考:
[1] http://devgate2.openwave.com/dev/xhtml/sample/index.html

[] [返回上一页] [打 印]
文章评论

用户名: 查看更多评论

分 值:100分 85分 70分 55分 40分 25分 10分 0分

内 容:

         (注“”为必填内容。) 验证码: 验证码,看不清楚?请点击刷新验证码