iframe content for Clickjacking example 2
by mbread
HTML
<p>Are you sure you want to share all your data with user "Malicious web page"?</p>
<div style="text-align: right">
<button onclick="alert('All data sent to "Malicious web page"')">
Yes</button><button>
No
</button>
</div>