当前位置: 代码迷 >> 移动应用 >> wap2.0(xhtml)中不支持select的onpick怎么处理?有什么替代办法马
  详细解决方案

wap2.0(xhtml)中不支持select的onpick怎么处理?有什么替代办法马

热度:971   发布时间:2016-04-25 08:31:30.0
wap2.0(xhtml)中不支持select的onpick怎么办?有什么替代办法马?
我倒有一个思路,就是在xhtml中使用wml标签,可是好像没有?
请教高手。。。。谢谢。。。。或者还有没有其他解决方案???

<!DOCTYPE   html   PUBLIC   "-//WAPFORUM//DTD   XHTML   Mobile   1.0//EN "   "http://www.wapforum.org/DTD/xhtml-mobile10.dtd "> <html   xmlns= "http://www.w3.org/1999/xhtml "   xmlns:wml= "http://www.wapforum.org/2001/wml ">


然后在使用onpick
<select   name= "category ">
<option   wml:onpick= "?categoryid=xxx "> xxxx </option>
</select>


------解决方案--------------------
都是很好的建议! 值得学习
  相关解决方案