求助关于iframe框架返回 10
我在首页用框架调用了一个表单tijiao.html代码:<iframeallowtransparency=truesrc='tijiao.html'frameborder...
我在首页用框架调用了一个表单tijiao.html
代码:<iframe allowtransparency=true src='tijiao.html' frameborder='0' width='480px' scrolling='No' height='380'></iframe>
表单页处理的时候用了这个代码:echo "<script>alert('$msg');self.location=document.referrer</script>";
但提交表单后点击确定,为什么会返回到表单页面了而不能返回首页? 展开
代码:<iframe allowtransparency=true src='tijiao.html' frameborder='0' width='480px' scrolling='No' height='380'></iframe>
表单页处理的时候用了这个代码:echo "<script>alert('$msg');self.location=document.referrer</script>";
但提交表单后点击确定,为什么会返回到表单页面了而不能返回首页? 展开
1个回答
2015-04-07
展开全部
如果你要用框架集,你要设置好大致的框架位置(你想要显示页面的位置),
给你举个例子:
<frameset rows="70,*" cols="*" frameborder="no" border="0" framespacing="0">
<frame src="head.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" />
<frameset cols="193,*" frameborder="no" border="0" framespacing="0">
<frame src="left.html" scrolling="No" noresize="noresize" id="leftFrame" />
<frame src="main.html" name="mainFrame" id="mainFrame" />
</frameset>
</frameset>
在left页面中写上你所谓的点击的a / b,给他们加上超链接(<A href="1.asp" target="mainframe"></A><A href="2.asp" target="mainframe"></A>),
target="mainframe"是把显示的页面在main.html....
给你举个例子:
<frameset rows="70,*" cols="*" frameborder="no" border="0" framespacing="0">
<frame src="head.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" />
<frameset cols="193,*" frameborder="no" border="0" framespacing="0">
<frame src="left.html" scrolling="No" noresize="noresize" id="leftFrame" />
<frame src="main.html" name="mainFrame" id="mainFrame" />
</frameset>
</frameset>
在left页面中写上你所谓的点击的a / b,给他们加上超链接(<A href="1.asp" target="mainframe"></A><A href="2.asp" target="mainframe"></A>),
target="mainframe"是把显示的页面在main.html....
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询