javascript问题 parent.frames[1].location指的是什么
<html><head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"/><title>...
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<script>
function goPrev()
{
parent.frames[1].history.back()
}
function goNext()
{
parent.frames[1].history.forward()
}
function moveOn()
{
var urlAddress=""
urlAddress=document.forms[0].LocationBox.value
if(urlAddress!="")
{
parent.frames[1].location=urlAddress
document.forms[1].ListLen.value=parent.frames[0].history.length
}
else
{
alert("输入文本")
}
}
function jump()
{
if(document.forms[0].goParam[1].checked)
{
var goVal=0
goVal=parseInt(document.forms[0].GoBox.value)
}
else
{
var goVal=""
goVal=document.forms[0].GoBox.value
}
parent.frames[1].history.go(goVal)
}
function getParentInfo()
{
myParentTitle=parent.document.title
alert(myParentTitle)
}
</script>
</head>
<body>
<form method="post">
<h3><em>ways to navigeate</em></h3>
<ul>
<li>使用location对象</li>
</ul>
<p>
<input type="text" size="20" maxlength="50" name="LocationBox" />
<input type="button" value="查找" onclick="moveOn()" /></p>
<ul>
<li>使用 history对象back and forword方法</li>
</ul>
<p align="center"><input type="button" value="<<" onclick="goNext()" /></p>
</ul>
<blockquote>
<p><input type="radio" name="goParam" value="ByCount" />ByCount</p>
<p><input type="radio" name="goParam" value="ByName" />ByName</p>
<p><input type="text" size="20" maxlength="30" name="GoBox" />
<input type="button" value="Go" onclick="jump()" /></p>
<p>history列表:<input type="text" size="3" maxlength="4" name="ListLen" /></p>
</blockquote>
<input type="button" value="取得信息" onclick="getParentInfo()" />
</form>
</body>
</html>
javascript问题 parent.frames[1].location指的是什么
并没有第二个frame在网页中呀?? 展开
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<script>
function goPrev()
{
parent.frames[1].history.back()
}
function goNext()
{
parent.frames[1].history.forward()
}
function moveOn()
{
var urlAddress=""
urlAddress=document.forms[0].LocationBox.value
if(urlAddress!="")
{
parent.frames[1].location=urlAddress
document.forms[1].ListLen.value=parent.frames[0].history.length
}
else
{
alert("输入文本")
}
}
function jump()
{
if(document.forms[0].goParam[1].checked)
{
var goVal=0
goVal=parseInt(document.forms[0].GoBox.value)
}
else
{
var goVal=""
goVal=document.forms[0].GoBox.value
}
parent.frames[1].history.go(goVal)
}
function getParentInfo()
{
myParentTitle=parent.document.title
alert(myParentTitle)
}
</script>
</head>
<body>
<form method="post">
<h3><em>ways to navigeate</em></h3>
<ul>
<li>使用location对象</li>
</ul>
<p>
<input type="text" size="20" maxlength="50" name="LocationBox" />
<input type="button" value="查找" onclick="moveOn()" /></p>
<ul>
<li>使用 history对象back and forword方法</li>
</ul>
<p align="center"><input type="button" value="<<" onclick="goNext()" /></p>
</ul>
<blockquote>
<p><input type="radio" name="goParam" value="ByCount" />ByCount</p>
<p><input type="radio" name="goParam" value="ByName" />ByName</p>
<p><input type="text" size="20" maxlength="30" name="GoBox" />
<input type="button" value="Go" onclick="jump()" /></p>
<p>history列表:<input type="text" size="3" maxlength="4" name="ListLen" /></p>
</blockquote>
<input type="button" value="取得信息" onclick="getParentInfo()" />
</form>
</body>
</html>
javascript问题 parent.frames[1].location指的是什么
并没有第二个frame在网页中呀?? 展开
展开全部
当然没有第2个frame,因为它就是这2个frame中的一个!!
parent.frames[1].location
就是指的其上层frame的第2个frame的location属性~
parent.frames[1].location
就是指的其上层frame的第2个frame的location属性~
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
既然是parent,那你贴出代码的页面应该是包含在另一个页面里,即他的父页面,那么你就到他的父页面寻找frame吧
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
找找有无兄弟关系的页面。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询