QQ登录页面
http://i.qq.com/?s_url=http%3A%2F%2Fuser.qzone.qq.com%2F740459176
firebug控制台可以用
cd($("login_frame").contentWindow)
用下面的js的话
$("login_frame").contentWindow.document
报
Permission denied to access property "document"
这应该是跨域的安全问题吧,http://blog.csdn.net/fdipzone/article/details/17619673 这个有个具体的说明
我的解决方案见
https://github.com/gaoconggit/QQ-.git