10 lines
221 B
HTML
10 lines
221 B
HTML
<!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>
|