Skip to content

Commit

Permalink
fixed target iframe error
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Apr 25, 2011
1 parent 3784b06 commit 3c7757a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/postmessage2.html
Expand Up @@ -10,7 +10,7 @@
<p><label for="message">Message</label><input type="text" name="message" value="my message" id="message" /> <input type="submit" />
</p>
<h2>Target iframe:</h2>
<iframe id="iframe" src="http://jsbin.com/uderi"></iframe>
<iframe id="iframe" src="http://jsbin.com/uderi/6"></iframe>
</form>
</article>
<script>
Expand All @@ -27,4 +27,4 @@ <h2>Target iframe:</h2>
// otherwise set the returnValue property of the original event to false (IE)
e.returnValue = false;
});
</script>
</script>

0 comments on commit 3c7757a

Please sign in to comment.