|
“Roboo仿真器”就是roboo为用户使用方便,开发的一款 PC上的WAP浏览器,
它让用户电脑在不需要安装任何浏览器或插件的前提下, 直接访问手机WAP网站。
您只需要在您的网页中嵌入如下代码即可在页面中放置儒豹手机仿真器,十分方便。
在所在网站的网页内嵌入如下代码
<IFRAME name="roboosimulatorframe"
marginwidth="0" marginheight="0" src="http://www.roboo.com/simulator/window.jsp?url=http://wap.roboo.com"
frameborder="0" width="300"
scrolling="no" height="400">
</IFRAME>
参数说明:其中加色点亮的为使用模拟器的引用地址,“url=http://wap.roboo.com” 为模拟器的默认访问地址。
例如“空中网”(http://kong.net)使用儒豹手机仿真器,代码如下:
<IFRAME name="roboosimulatorframe"
marginwidth="0" marginheight="0" src="http://www.roboo.com/simulator/window.jsp?url=http://kong.net"
frameborder="0" width="300"
scrolling="no" height="400">
</IFRAME>
|