1
Hello now we share don't iframe your any website just use this code post by BD IT WEB see more tips .


Don't Iframe Your Website

<script type="text/javascript">
function noiFrame() {
try {
if (window.top !== window.self) {
document.write = "";
window.top.location = window.self.location;
setTimeout(function() {
document.body.innerHTML = '';
}, 0);
window.self.onload = function() {
document.body.innerHTML = '';
};
}
} catch (err) {
}
}
noiFrame();
</script>
 Copy This Code:
 
Next
This is the most recent post.
Previous
Older Post

Post a Comment

 
Top