blob: beb01addfc56fecd8ce8882f0bec55199e9d2429 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<html id="outer">
<frameset rows="30%, 70%">
<frame src="data:text/html,<html id='htmlframe1' ><body id='framebody1'><input id='i1'><body></html>">
<frameset cols="30%, 33%, 34%">
<frame src="data:text/html,<html id='htmlframe2'><body id='framebody2'><input id='i2'><body></html>">
<frame src="data:text/html,<html id='htmlframe3'><body id='framebody3'><input id='i3'><body></html>">
<frame src="data:text/html,<html id='htmlframe4'><body id='framebody4'><input id='i4'><body></html>">
</frameset>
</frameset>
</html>
|