当前位置:网站首页>Example of frameset usage
Example of frameset usage
2022-07-28 06:20:00 【Haile learning】
Basic usage :
<frameset rows="20%,*">
<!-- The first part of the horizontal division is loaded sample25_top.htm file -->
<frame src="sample_top.htm" name="top">
<!-- The second part of the horizontal partition does not load the file , Yes, it is divided into two parts vertically -->
<frameset cols="30%,*">
<!-- The first part of the vertical partition is loaded sample25_left.htm file -->
<frame src="sample_left.htm" name="left">
<!-- The second part of the vertical partition is loaded sample01.htm file -->
<frame src="index.htm" name="right">
</frameset>
</frameset>
Example :
<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>Enhanced Edition ( Left retractable )
<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=" The hidden menu "></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>边栏推荐
- 福禄克DSX2-5000 网络线缆测试仪为什么每年都要校准一次?
- EXFO 730c optical time domain reflectometer only has IOLm optical eye to upgrade OTDR (open OTDR permission)
- Cyclic neural network
- 简述EMD分解、希尔伯特变换、谱方法
- Arduino reads the analog voltage_ How mq2 gas / smoke sensor works and its interface with Arduino
- Clustering of machine learning
- 深度学习数据窃取攻击在数据沙箱模式下的威胁分析与防御方法研究阅读心得
- Interpreting the knowledge in a neural network
- Fluke fluke aircheck WiFi tester cannot configure file--- Ultimate solution experience
- 一个票据打印实例
猜你喜欢

The short jumper dsx-8000 test is normal, but the dsx-5000 test has no length display?

Tornado first met

TCL and eltcl? Cdnext and CMRL?

Model Inversion Attacks that Exploit Confidence Informati on and Basic Countermeasures 阅读心得

PLC的选型

dsp和fpga的通讯

EMC实验实战案例-ESD静电实验

The difference between router and switch

(PHP graduation project) based on PHP Gansu tourism website management system to obtain

The difference and relation between TCP and UDP
随机推荐
TVs tube parameters and selection
端接电阻详解 信号完整系列 硬件学习笔记7
3、 Openvino practice: image classification
TCL和ELTCL?CDNEXT和CMRL?
弹出消息对话框的方法
福禄克DSX2-5000、DSX2-8000模块如何找到校准到期日期?
Nanjing University of Posts and Telecommunications CTF topic writeup (I) including topic address
Differences between processes and threads
Nsctf web Title writeup
Fluke fluke aircheck WiFi tester cannot configure file--- Ultimate solution experience
将GrilView中的数据转换成DataTable
Research on threat analysis and defense methods of deep learning data theft attack in data sandbox mode
Tf.keras build neural network function expansion
使用PowerCli来创建自定义ESXi ISO镜像
Bag of Tricks训练卷积网络的技巧
Basic usage of word2vec and Bert
4、 Model optimizer and inference engine
Notes on the thinking of software analysis and library acquisition of a Taobao customer
vSphere ESXi 7.0 Update 3 发行说明
CalendarExtender控件的中文显示问题