We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3784b06 commit 3c7757aCopy full SHA for 3c7757a
demos/postmessage2.html
@@ -10,7 +10,7 @@
10
<p><label for="message">Message</label><input type="text" name="message" value="my message" id="message" /> <input type="submit" />
11
</p>
12
<h2>Target iframe:</h2>
13
- <iframe id="iframe" src="http://jsbin.com/uderi"></iframe>
+ <iframe id="iframe" src="http://jsbin.com/uderi/6"></iframe>
14
</form>
15
</article>
16
<script>
@@ -27,4 +27,4 @@ <h2>Target iframe:</h2>
27
// otherwise set the returnValue property of the original event to false (IE)
28
e.returnValue = false;
29
});
30
-</script>
+</script>
0 commit comments