Created
September 28, 2012 19:39
-
-
Save stoyan/3801728 to your computer and use it in GitHub Desktop.
sync ie
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset=utf-8 /> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<pre id=r></pre> | |
<iframe></iframe> | |
<script> | |
frames[0].document.write("<h1>hi</h1><script src=\"http://www.jspatterns.com/files/meebo/asyncjs1.php\"></scr"+ | |
"ipt><h2>ho</h2><script defer>document.write(\"yo\")</scr"+"ipt>"); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment