Archives

Posts Tagged ‘iframe’

  晕掉,IE真是超级破,还好我二年没用它了(用了二年linux做桌面).这次一个大问题,客户的一台主页使用了frame的方法来固定自己的域名指向一个二级,为了让用户看起来更加好. 但发现很多用...

2,993 views | 1 comment
May 13th, 2008 | Filed under Linux Web

  我的网站被盗用了,搞了个防iframe盗用的代码. <script> if(parent.window.frames[0]){ alert(‘非法盗用www.php-oa.com网站,点击确定将转到主页!’); parent.window.close(); } </script> 方法二 <...

1,709 views | No comments
Apr 30th, 2008 | Filed under Linux 常用技巧