bklLiudl
2024-07-23 675b8bcc4a3630d95e3d0b97d933e63442075ecb
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
 
@{
    Layout = null;
}
 
<!DOCTYPE html>
 
<html>
<head>
    <meta name="viewport" content="width=device-width" />
    <title>HomeIframe</title>
</head>
<frameset rows="40,*,30" cols="*" frameborder="no" border="0" framespacing="0">
 
    顶部发104px,底部30px,中间部分自适应
    <frame src="/Home/Top" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
    <frameset cols="193,*" frameborder="no" border="0" framespacing="0" id="middenFram">
        左侧193px,右侧q自适应
        <frame src="/Home/Left" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
        <frame src="/Home/Right" name="mainFrame" id="mainFrame" title="mainFrame" /> /Home/Right
    </frameset>
    <frame src="/Content/Bootom.html" name="bootomFrame" scrolling="No" noresize="noresize" id="bootomFrame" title="topFrame" />
</frameset>
<noframes>
    <body>
        
    </body>
</noframes>
</html>