私はこれに対する答えを検索して検索しましたが、私が間違っていることを見つけることができないようです。私はGoogleのAPIに結びつくWindows8アプリを構築していて、iframeの概念全体に夢中になっています。私は例を次々とたどっていますが、何も機能していないようです。以下は、私が操作しようとしている両方のページのスニペットと、発生したエラーです。どんな助けでも大歓迎です。前もって感謝します!
<html>
<head>
<meta charset="utf-8" />
<title>WinWebApp1</title>
<!-- WinJS references -->
<script src="//Microsoft.WinJS.1.0.RC/js/base.js"></script>
<script src="//Microsoft.WinJS.1.0.RC/js/ui.js"></script>
<!-- WinWebApp1 references -->
</head>
<body>
<div>
<iframe id="Iframe" src="ms-app-web:///page.html"></iframe>
</div>
</body>
</html>
2ページ
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
</head>
<body>
<div>This is a test</div>
</body>
</html>
エラーが発生します
APPHOST9624: The app can’t use script to load the ms-app-web:///page.html url because the url launches another app. Only direct user interaction can launch another app.