fixed target iframe error

This commit is contained in:
remy 2011-04-25 20:36:20 +01:00
parent 3784b065a3
commit 3c7757ae14
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ iframe {
<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>
@ -27,4 +27,4 @@ addEvent(document.querySelector('form'), 'submit', function (e) {
// otherwise set the returnValue property of the original event to false (IE)
e.returnValue = false;
});
</script>
</script>