blob: 20050db8a0f22830b531bf72c5659b2b777cd7ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<html>
<head>
<title>ChromeFrame full tab IFRAME test main</title>
</head>
<body>
<table height="100%" width="100%">
<tr height="1%">
<td style="top:0;width:100%">
<table width="100%">
<tr>
<td>
Placeholder text.
<td align=right valign=bottom>
I slappa da bass!
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<iframe scrolling=auto src="full_tab_sub_frame1.html"
frameborder=1 allowtransparency=true
style="width:100%;height:100%">
</iframe>
</td>
</tr>
</table>
</body>
</html>
|