当前位置:网站首页>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>边栏推荐
- 51 single chip microcomputer independent key linkage nixie tube LED buzzer
- 机器学习之聚类
- How much does it cost to make a small program mall? What are the general expenses?
- Nanjing University of Posts and Telecommunications CTF topic writeup (II) including topic address
- USB Network Native Driver for ESXi更新到支持ESXi7.0 Update 2
- Summary of common WAF interception pages
- 《On Low-Resolution Face Recognition in the Wild:Comparisons and New Techniques》低分辨率人脸识别论文解读
- How to choose an applet development enterprise
- Distributed cluster architecture scenario optimization solution: distributed scheduling problem
- 基于差值扩展的可逆水印方法
猜你喜欢

利用辅助未标记数据增强无约束人脸识别《Boosting Unconstrained Face Recognition with Auxiliary Unlabeled Data》

ESXi社区版NVMe驱动更新v1.1

深度学习(自监督:MoCo v2)——Improved Baselines with Momentum Contrastive Learning

强化学习——策略学习

Internet of things interoperability system: classification, standards and future development

用于快速低分辨率人脸识别模型训练的改进知识蒸馏《Improved Knowledge Distillation for Training Fast LR_FR》

深度学习(自监督:SimSiam)——Exploring Simple Siamese Representation Learning

Nanjing University of Posts and Telecommunications CTF topic writeup (II) including topic address

深度学习(自监督:SimCLR)——A Simple Framework for Contrastive Learning of Visual Representations

51单片机独立按键联动数码管LED蜂鸣器
随机推荐
The number of password errors during login is too many, and the user is blocked,
Clustering of machine learning
Word2vec+ regression model to achieve classification tasks
Geek challenge 2019-sql injection five questions PW
深度学习(二)走进机器学习与深度学习编程部分
Building neural network based on tensorflow
Never leave its origin - bluecms1.6 vulnerability of the controller's shooting range
How to improve the efficiency of small program development?
深度学习(自监督:SimSiam)——Exploring Simple Siamese Representation Learning
Overview of unconstrained low resolution face recognition II: heterogeneous low resolution face recognition methods
深度学习(增量学习)——(ICCV)Striking a Balance between Stability and Plasticity for Class-Incremental Learning
Deep learning (incremental learning) - (iccv) striking a balance between stability and plasticity for class incremental learning
Four perspectives to teach you to choose applet development tools?
四、模型优化器与推理引擎
强化学习——不完全观测问题、MCTS
Reinforcement learning - Strategic Learning
无约束低分辨率人脸识别综述二:异构低分辨率人脸识别方法
二、OpenVINO简述与构建流程
Which enterprises are suitable for small program production and small program development?
深度学习(自监督:MoCo V3):An Empirical Study of Training Self-Supervised Vision Transformers