Ruby's Louvre

每天学习一点点算法

导航

2012年7月2日 #

强行装载别人的页面

摘要: 像百度空间使用如下代码防止页面被框架: if (top.location != self.location) { top.location = self.location; }我们可以使用以下代码破解它! var location='';<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html;charset=g. 阅读全文

posted @ 2012-07-02 11:36 司徒正美 阅读(1776) 评论(3) 推荐(1)