zoukankan
html css js c++ java
[Javascript]IFRAME运用(1)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>TestWeb</title> <meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR"> <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema"> <STYLE type="TEXT/CSS"> </STYLE> <script language="javascript"> function PageLoad() { // } function switchSysBar() { if (switchPoint.innerText==3) { switchPoint.innerText=4; document.all("frmTitle").style.display="none"; } else { switchPoint.innerText=3; document.all("frmTitle").style.display=""; } } </script> </head> <body onload="PageLoad()" topmargin="0" rightmargin="0" bottommargin="0" leftmargin="0"> <TABLE border=0 cellPadding=0 cellSpacing=0 height="100%" width="100%" ID="Table1"> <TR> <TD align="middle" id="frmTitle" vAlign="center" width="20%"> <IFRAME frameBorder="0" id="left" name="left" src="about:blank" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 2"></IFRAME> </TD> <TD> <TABLE border="0" cellPadding="0" cellSpacing="0" height="100%" ID="Frame" style="FILTER: alpha(opacity=100,finishopacity=0,style=1,startx=0,starty=100,finishx=,finishy=100); WIDTH: 100%; HEIGHT: 100%; BACKGROUND-COLOR: green"> <TR> <TD style="HEIGHT: 100%" onclick="switchSysBar()" style="COLOR: white; CURSOR: hand; FONT-FAMILY: Webdings; FONT-SIZE: 10px"><SPAN id="switchPoint" title="点击缩放" >3</SPAN></TD> </TR> </TABLE> </TD> <TD width="100%"> <IFRAME frameBorder="0" id="frmright" name="frmright" scrolling="no" src="about:home" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1"> </IFRAME> </TD> </TR> </TABLE> </body> </html>
查看全文
相关阅读:
OpenGL(九) 三维混色和深度缓存设置
自由度(degree of freedom)
自由度(degree of freedom)
非参贝叶斯(Bayesian Non-parameter)初步
非参贝叶斯(Bayesian Non-parameter)初步
一个GCC4.6.3的奇妙问题的糊涂解决方案
Rational Rose--简介
android 国际化
日志文件C++ 时间 文件 行数
看原理图之UART
原文地址:https://www.cnblogs.com/HD/p/147386.html
最新文章
微信调试
威信公众助手
WAF
resin
6174问题
POJ3592 Instantaneous Transference 强连通+最长路
使用C#+socket实现用移动设备控制的虚拟手柄
Lucene的基本应用
数据结构-线性表(2)
Codeforces 437C The Child and Toy(贪心)
热门文章
ajax——dom对xml和html的操作
赞一下TMS Software 和 AdvStringGrid
VC2012编译protobuf出错处理
IOS开发退出应用程序的代码
Web版RSS阅读器(二)——使用dTree树形加载rss订阅分组列表
狄利克雷过程(Dirichlet Process)
狄利克雷过程(Dirichlet Process)
机器学习: Tensor Flow with CNN 做表情识别
求导的训练
求导的训练
Copyright © 2011-2022 走看看