en.javascript.info/7-frames-and-windows/6-clickjacking/clickjacking-visible.view/facebook.html
Ilya Kantor 1f61c2ab1d ok
2017-03-15 00:43:43 +03:00

10 lines
No EOL
208 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML>
<html>
<body style="margin:10px;padding:10px">
<input type="button" onclick="alert('Нажата кнопка Like с другого домена!')" value="I LIKE IT !">
</body>
</html>