值得收藏的一点小技巧:在Web页面上实现WAP站点模拟器

        想在您的PC网站上安装WAP浏览器:
<iframe marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" width="260" height="440" name="frame" src="http://win.uucun.com/frame.jsp">
</iframe>
比如在一个Notepad中,输入:
<html>
<head>
</head>
<iframe marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" width="260"

height="440" name="frame" src="http://win.uucun.com/frame.jsp">
<body>
ceshi
</body>
</html>
那么下面就可以看到一个WAP站点模拟器.暂时不贴图了.
ps:http://www.icqblog.com/more.asp?name=wsq&id=2233

posted on 2005-12-10 18:16  yongboy  阅读(937)  评论(0编辑  收藏  举报

导航