Skip to content

Instantly share code, notes, and snippets.

@kainlite
Created June 18, 2015 02:06
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 kainlite/5aa24366cef9dac8b09c to your computer and use it in GitHub Desktop.
Save kainlite/5aa24366cef9dac8b09c to your computer and use it in GitHub Desktop.
Iframe test
<html>
<body>
<iframe id="contentBody" src="./test1.html">
</iframe>
</body>
</html>
<iframe id="rawContent" src="./test2.html"></iframe>
<html>
<head>
<script>
messages = [1, 2, 3];
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment