summaryrefslogtreecommitdiff
path: root/js/prototype-window/samples/inset.html
blob: 6fd8003d7accd10709101507ec024b85cdb1b7de (plain)
1
2
3
4
5
6
7
8
9
10
11
<body>

<input type="button" onclick="myFrame.showWin()" value="create()">

<input type="button" onclick="myFrame.closeAll()" value="closeAll()">
<br />
<br />
<br />
<p>&nbsp;<iframe src="inframe.html" name="myFrame" style="width:600px ; height: 600px;"></iframe></p>
</body>