var passTime=self.parent.window.frames["childMainFrame"];
-------------------------------------------------------------------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>index</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<!--
style="border: 0px solid red;"
-->
</head>
<frameset
border="1"
framespacing="0"
style="border: 0px solid red;"
rows="100,*,50">
<frame
frameborder="1"
bordercolor="red"
id="topFrame"
name="topFrame"
scrolling="no"
noresize="noresize"
src="top.html"
style="border-bottom: solid blue 1px;"
>
<frameset
border="1"
framespacing="0"
style="border: 0px solid red;"
cols="150,*">
<frame
frameborder="1"
bordercolor="red"
id="leftFrame"
name="leftFrame"
noresize="noresize"
src="left.html"
title="left"
style="border-right: solid blue 1px"
>
<frame
frameborder="1"
bordercolor="red"
src="main.html"
id="mainFrame"
noresize="noresize"
name="mainFrame"
title="main"
>
</frameset>
<frame
frameborder="1"
bordercolor="red"
noresize="noresize"
name="bottomFrame"
src="bottom.html"
style="border-top: solid blue 1px"
>
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>
-------------------------------------------------------------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>left page</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
</head>
<script type="text/javascript">
function link(){
alert(":"+parent.window.frames["topFrame"]);
alert(self.parent.window.frames["mainFrame"].document.getElementById("info").value);
}
</script>
<body>
<a href="view.html" target="topFrame">查看</a>
<br />
<input type="button" value="link" onclick="link()">
<br />
<a href="logout.html" target="mainFrame">退出</a>
</body>
</html>
分享到:
相关推荐
// CanvasFrame, FrameGrabber, and FrameRecorder use Frame objects to communicate image data. // We need a FrameConverter to interface with other APIs (Android, Java 2D, or OpenCV). ...
- **Use Frame Range**:使用自动细分方式时,根据当前帧范围进行计算。 以上内容涵盖了 mental ray for Maya 1.5 使用手册中的关键知识点,帮助用户快速掌握 mental ray 在 Maya 中的基本操作和设置。
MFNR(Multi-Frame Noise Reduction)是一种技术,通过连续拍摄多帧并在ISP内部进行平均,以降低图像噪声,提高图像清晰度。 二.高通chi usecase XML分析 usecase XML文件是高通相机系统中定义特定拍摄模式和参数...
Vue框架crm CRM系统的Vue组件 安装 npm install vue-frame-crm --save || npm安装vue-frame-crm @ xxx-保存 ... use ( TFame ) /* 局部注册, */ import { TFrame } from 'vue-frame-crm' export default { ... comp
app.use((req, res, next) => { res.setHeader('X-Frame-Options', 'SAMEORIGIN'); // 默认设置 // 或者根据需求设置为其他值 // res.setHeader('X-Frame-Options', 'DENY'); // res.setHeader('X-Frame-Options...
:light_bulb: 该中间件是为 v2.xx设计的,并使用来...// default settings -> set X-Frame-Options to 'DENY'app . use ( xFrame ( ) ) ;// custom settings// -> set X-Frame-Options to 'DENY'app . use ( xFrame (
FrameAnimation ...use Gradle project gradle //... repositories { //... jcenter() } //... module gradle implementation 'com.yuyashuai.frameanimation:frameanimation:2.3.6' usage xml <...
labview 软件滚动 Instructions: The following animators implement a special right-click menu feature ... If an animator is in the Use value mode, you can set the current frame index by animator value.
webpack-remax-phone-frame-plugin 为 Remax 的 web 端加一个手机壳的样式 如何使用 安装相关依赖 yarn add -D webpack-remax-phone-frame-plugin 修改项目的remax.config.js配置,在config... // .use(WebpackRem
Displays both Frame and single HTML documents. TFrameViewer is oriented more for local disk file use. TFrameBrowser Also displays Frame and single HTML documents. However, TFrameBrower is oriented ...
TFrameViewer displays both Frame and single HTML documents. TFrameViewer is oriented more for local disk file use. TFrameBrowser also displays Frame and single HTML documents. However, TFrameBrower ...
框架 用于 Javascript 的 Sprite Sheet 库 画布元素必须在页面上。...//set the frame to use your image, it will figure out how many frames are in your spritesheet automatically. frame.reset(image
TFrameViewer Displays both Frame and single HTML documents. TFrameViewer is oriented more for local disk file use. TFrameBrowser Also displays Frame and single HTML documents. However, TFrameBrower...
2. 读取Excel文件:利用read.xlsx函数,appendxlsx可以读取已存在的Excel文件,返回一个data.frame对象,方便进一步处理。 3. 追加数据:appendxlsx的核心功能是追加数据到已有Excel工作表中,无需预先加载整个工作...
在Cuse Hacks 2019(锡拉丘兹大学的黑客马拉松活动)期间,这个项目被开发出来,展示了如何将虚拟现实技术应用于教育场景。 **A-Frame** 是一个基于Web的虚拟现实框架,由Mozilla贡献,它简化了创建3D和VR内容的...
the bmp frame use for detection uset it
当函数调用发生时,栈帧(main frame)会被创建,存储这些变量的值。随着函数的返回,栈帧被销毁,对应的内存被释放。例如,`john`这个`Employee`实例的成员变量如`name`、`salary`等都存储在线程栈上。由于这些变量...
android PreRect ,google facedetector.Use facedetector draw a face frame. 使用谷歌人脸检测算法在打开摄像头预览后画出当前镜头检测到的人脸框。 错误解决 1.Custom view CustomView is not using the 2- or 3-...
return (timeval.tv_sec * 1000) + (timeval.tv_usec + 500) / 1000;; } void *get_frame(void *arg) { FILE *filefd=NULL; char filename[80]; int ch=0; stream_rpos_t rpos; frame_head_t frame_head; ...