Home > Backend Development > PHP Tutorial > 关于iframe导致网址不变的有关问题,求解决

关于iframe导致网址不变的有关问题,求解决

WBOY
Release: 2016-06-13 10:57:11
Original
1082 people have browsed it

关于iframe导致网址不变的问题,急求解决~
我做了一个网站有顶栏的那种,所以就把顶栏做成了iframe框架,现在基本完工了,但是测试的时候就发现,我们的网页时通过index里的iframe使用src链接到各个子页面的,结果就是在子页面里面怎么点网址都不会变更,这下麻烦大了,我想了想是设计思路的问题,然后想了下用php的require解决,但是觉得require也不好办,各位能给些意见不?deadline马上就要到了,这要命啊!
这是IFrame的代码:这里是连接到admin里面了。

HTML code
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><iframe src="admin.html" name="mainframe" id="mainframe" onload="Javascript:SetMainframeHeight(this)" scrolling="no" marginheight="0" frameborder="0" height="100%" width="100%">    </iframe>
Copy after login


------解决方案--------------------
有个属性target它有几个值_blank,_parent,_self,_top,framename,感觉使用_top应该能满足你。

------解决方案--------------------
和我手上的项目一个样..但我的没有问题,只是有专门做前端的~我就只管assign变量哈
------解决方案--------------------

------解决方案--------------------
看來我來晚了
------解决方案--------------------
妥妥的
探讨

还有人要分没?没人我结贴了,今天12点结贴
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template