B
bamboo_flute
Unregistered / Unconfirmed
GUEST, unregistred user!
我想访问一下网页,这个网页有三个框架,可是用webbrower找不到里的对象。
代码是这样的:
<script language="JavaScript">
<!--
function module_help( id) {
window.open("../module_help/module_help.asp?id="+id,"模块功能使用说明","width=380 ,height=452,resizable=no,menubar=no,scrollbars=yes,status=0");
}
//-->
</script>
<html><head><title>网络办公系统</title>
<meta content="text/html; charset=gb2312" http-equiv=Content-Type>
<script language=JavaScript>
window.self.focus();
</script>
</head>
<frameset name=mm id=mm border=false frameBorder=0 frameSpacing=0 rows="70,10,*,0">
<frame name=top noResize scrolling=no src="top.asp" target="middle">
<frame name=to_TOP src="go_TOP.htm" scrolling=no >
<frame name=middle src="main0.htm" target="bottom">
<frame name=bottom scrolling=no src="bottom.asp">
<noframes>
</noframes>
<frame src="UntitledFrame-2">
</frameset>
</html>
我想访问每指定的框架里的内容,该怎么办?
我这里先谢谢了!
代码是这样的:
<script language="JavaScript">
<!--
function module_help( id) {
window.open("../module_help/module_help.asp?id="+id,"模块功能使用说明","width=380 ,height=452,resizable=no,menubar=no,scrollbars=yes,status=0");
}
//-->
</script>
<html><head><title>网络办公系统</title>
<meta content="text/html; charset=gb2312" http-equiv=Content-Type>
<script language=JavaScript>
window.self.focus();
</script>
</head>
<frameset name=mm id=mm border=false frameBorder=0 frameSpacing=0 rows="70,10,*,0">
<frame name=top noResize scrolling=no src="top.asp" target="middle">
<frame name=to_TOP src="go_TOP.htm" scrolling=no >
<frame name=middle src="main0.htm" target="bottom">
<frame name=bottom scrolling=no src="bottom.asp">
<noframes>
</noframes>
<frame src="UntitledFrame-2">
</frameset>
</html>
我想访问每指定的框架里的内容,该怎么办?
我这里先谢谢了!