Begin implementing cross-origin iframes

This commit is contained in:
MoyuScript
2014-09-20 17:36:15 +03:00
parent 58d2251e17
commit 15599b520d
9 changed files with 108 additions and 45 deletions

View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>cross-origin iframe test</title>
<script>
var h2cOptions = {proxy: "http://localhost:8082"};
</script>
<script type="text/javascript" src="../test.js"></script>
</head>
<body>
<iframe src="http://hertzen.com/" width="500" height="500"></iframe>
</body>
</html>