当前位置:网站首页>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>边栏推荐
- Reversible watermarking method based on difference expansion
- 深度学习(一):走进机器学习与深度学习理论部分
- Kubesphere installation version problem
- Geek challenge 2019-sql injection five questions PW
- 关于隔离电源断电瞬间MOSFET损坏问题分析
- 用于快速低分辨率人脸识别模型训练的改进知识蒸馏《Improved Knowledge Distillation for Training Fast LR_FR》
- 深度学习数据窃取攻击在数据沙箱模式下的威胁分析与防御方法研究阅读心得
- 基于选择性知识提取的野外低分辨率人脸识别的论文阅读笔记
- 四、模型优化器与推理引擎
- Deep learning (self supervision: simple Siam) -- Exploring simple Siamese representation learning
猜你喜欢

Deep learning (self supervision: simple Siam) -- Exploring simple Siamese representation learning

Byte Android post 4 rounds of interviews, received 50k*18 offers, and successfully broke the situation under the layoff

ESXi 社区版网卡驱动

基于差值扩展的可逆水印方法

D2sc-gan: low resolution face recognition of classroom scenes based on dual depth and shallow channel generation confrontation network

51单片机独立按键联动数码管LED蜂鸣器

Which is more reliable for small program development?

Deep learning (incremental learning) -- iccv2021:ss-il: separated softmax for incremental learning

《Distilling the Knowledge in a Neural Network》知识蒸馏论文解读

深度学习(自监督:SimSiam)——Exploring Simple Siamese Representation Learning
随机推荐
关于gcc :multiple definition of
深度学习(增量学习)——(ICCV)Striking a Balance between Stability and Plasticity for Class-Incremental Learning
USB Network Native Driver for ESXi更新到支持ESXi7.0.1
强化学习——基础概念
Reinforcement learning - Multi-Agent Reinforcement Learning
D2SC-GAN:基于双深浅通道生成对抗网络的课堂场景低分辨率人脸识别
ESXi 7.0 Update 1c中加入的systemMediaSize启动选项
关于隔离电源断电瞬间MOSFET损坏问题分析
C语言EOF的理解
Reinforcement learning - Strategic Learning
What are the advantages of small program development system? Why choose it?
Neural network optimization
Reinforcement learning - proximal policy optimization algorithms
Basic usage of word2vec and Bert
Building neural network based on tensorflow
How to choose an applet development enterprise
Using neural network to predict the weather
Clustering of machine learning
Classification of iris based on Neural Network
神经网络优化