当前位置:网站首页>frameset 用法示例
frameset 用法示例
2022-07-28 05:23:00 【海乐学习】
基本用法:
<frameset rows="20%,*">
<!--水平划分的第一个部分加载sample25_top.htm文件-->
<frame src="sample_top.htm" name="top">
<!--水平划分的第二个部分并没有加载文件,是再垂直划分为两个部分-->
<frameset cols="30%,*">
<!--垂直划分的第一个部分加载sample25_left.htm文件-->
<frame src="sample_left.htm" name="left">
<!--垂直划分的第二个部分加载sample01.htm文件-->
<frame src="index.htm" name="right">
</frameset>
</frameset>
示例:
<FRAMESET id="fsTop" border="0" frameSpacing="0" rows="106,*" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" cols="*">
<FRAME border="0" name="title" marginWidth="0" marginHeight="0" src="Top/Top.aspx" frameBorder="no" noResize scrolling="no" topmargin="0" leftmargin="0" borderColor="#e4e4e4">
<FRAMESET border="0" name="search" frameSpacing="0" frameBorder="1" cols="190,*" topmargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0">
<FRAME border="0" name="leftFrame" src="Left/Left.aspx?AuthorityId=01" marginWidth="0" marginHeight="0" frameBorder="0" topmargin="0" leftmargin="0" target="mainFrame" scrolling="no" noResize borderColor="#e4e4e4" >
<FRAME style=" BORDER-LEFT: #ffffff 0px groove" name="mainFrame" src="index.aspx" id="mainFrame" borderColor="#e4e4e4" frameBorder="no" scrolling="auto" marginwidth="0" marginheight="0">
</FRAMESET>
</FRAMESET>加强版(左边可伸缩)
<table border="0" cellpadding="0" cellspacing="0" style="height: 100%" width="100%" bgcolor="">
<tr style="height:107px ">
<td colspan="3">
<iframe frameborder="0" id="Iframe3" name="title" marginwidth="0" marginHeight="0" margin-top="0"
src="Top/Top.aspx" noresize scrolling="no"topmargin="0" leftmargin="0"
style=" margin-top:0;HEIGHT: 100%; WIDTH: 100%; Z-INDEX: 1;"
align="top">
</iframe>
</td>
</tr>
<tr height="100%">
<td height="100%" width="220" align="middle" valign="center" id="frmLeft" name="frmLeft"
class="style1">
<iframe frameborder="0" id="leftFrame" name="leftFrame" src="Left/Left.aspx?AuthorityId=01" target="mainFrame" scrolling="auto" noresize style="HEIGHT: 100%; WIDTH: 195px; Z-INDEX: 1">
</iframe>
</td>
<td height="100%" width="10" valign="top" align="center" class="style1">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%" borderColorDark=#ffffff bgColor=#B6C4E6 borderColorLight=#000000>
<tr>
<td height="100%" style="width: 12px"><a style="cursor:hand" onClick="switchMenu()" id="banner"><img src="Image/MenuHide.gif"width="11" height="39" border="0" alt="隐藏菜单"></a></td>
</tr>
</table>
</td>
<td height="100%" width="100%" class="style1">
<table height="100%" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" height="100%">
<iframe frameborder="0" id="mainFrame" name="mainFrame" src="index.aspx" scrolling="auto" noresize style="HEIGHT: 100%; WIDTH: 100%; Z-INDEX: 1">
</iframe>
</td>
</tr>
</table>
</td>
</tr>
</table>边栏推荐
- Notes on the thinking of software analysis and library acquisition of a Taobao customer
- 5、 Video processing and GStreamer
- Interviewer: let you design a set of image loading framework. How would you design it?
- What about the app store on wechat?
- Tf.keras build neural network function expansion
- GF(2^8)的加法与乘法计算
- Convolutional neural network
- How much does it cost to make a small program mall? What are the general expenses?
- Latex入门
- Building neural network based on tensorflow
猜你喜欢

神经网络实现鸢尾花分类

What are the points for attention in the development and design of high-end atmospheric applets?

关于Fusion on Apple Silicon的谨慎猜测

深度学习数据窃取攻击在数据沙箱模式下的威胁分析与防御方法研究阅读心得

Overview of unconstrained low resolution face recognition III: homogeneous low resolution face recognition methods

Interviewer: let you design a set of image loading framework. How would you design it?

神经网络学习

What are the advantages of small program development system? Why choose it?

《AdaFace: Quality Adaptive Margin for Face Recognition》用于人脸识别的图像质量自适应边缘损失

Apache log4j arbitrary code execution replication
随机推荐
D2SC-GAN:基于双深浅通道生成对抗网络的课堂场景低分辨率人脸识别
ESXi on ARM v1.2 (2020年11月更新)
D2sc-gan: low resolution face recognition of classroom scenes based on dual depth and shallow channel generation confrontation network
How much is wechat applet development cost and production cost?
Reinforcement learning - incomplete observation problem, MCTs
无约束低分辨率人脸识别综述三:同质低分辨率人脸识别方法
Deep learning (self supervision: simpl) -- a simple framework for contractual learning of visual representations
Notes on the thinking of software analysis and library acquisition of a Taobao customer
EIGamal cryptosystem description
Cluster operation management system, to answer questions about the process
Overview of unconstrained low resolution face recognition I: data sets for low resolution face recognition
深度学习(一):走进机器学习与深度学习理论部分
vSphere ESXi 7.0 Update 3 发行说明
Adaface: quality adaptive margin for face recognition image quality adaptive edge loss for face recognition
生活随机-1
Nsctf web Title writeup
后门攻击与对抗样本攻击的比较研究
神经网络优化
vscode uniapp
Various programming languages decimal | time | Base64 and other operations of the quick look-up table