Skip to content

Commit 3c7757a

Browse files
committed
fixed target iframe error
1 parent 3784b06 commit 3c7757a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/postmessage2.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<p><label for="message">Message</label><input type="text" name="message" value="my message" id="message" /> <input type="submit" />
1111
</p>
1212
<h2>Target iframe:</h2>
13-
<iframe id="iframe" src="http://jsbin.com/uderi"></iframe>
13+
<iframe id="iframe" src="http://jsbin.com/uderi/6"></iframe>
1414
</form>
1515
</article>
1616
<script>
@@ -27,4 +27,4 @@ <h2>Target iframe:</h2>
2727
// otherwise set the returnValue property of the original event to false (IE)
2828
e.returnValue = false;
2929
});
30-
</script>
30+
</script>

0 commit comments

Comments
 (0)