Skip to content

Instantly share code, notes, and snippets.

@stoyan
Created September 28, 2012 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stoyan/3801728 to your computer and use it in GitHub Desktop.
Save stoyan/3801728 to your computer and use it in GitHub Desktop.
sync ie
<!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