blob: 99a3369d004a620aad3acb905322959a96441dc8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html><head><title>iframe</title></head>
<body>
<p>var testvar = "testiframe"</p>
<script>
document.domain='example.org';
var testvar = "testiframe";
</script>
</body>
</html>
|