Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>

	<head>
        <title>Parent</title>

        <script type="text/javascript">
            function openChildWindow()
            {
                window.location = "invisiblePage.html";
//                window.open("invisiblePage.html");
            }
        </script>
    </head>

	<body>
            iFrame
            <button onclick="openChildWindow()">Open child</button>
	</body>
</html>

Commits for litesoft/trunk/GWT_Sandbox/UIdesign/App/src/com/test/uidesign/public/KKtmp/iframe.html

Diff revisions: vs.
Revision Author Commited Message
162 GeorgeS picture GeorgeS Fri 01 Apr, 2011 19:58:40 +0000