jsp中通过iframe引入外部php页面的问题
在一个jsp的页面中,除了上方的导航栏外,在body中通过
<iframe name= "php " src= "http://foo/index.php " width=100% marginwidth= "0 " height= "800 " marginheight= "0 " align= "top " scrolling= "auto " frameborder= "0 "> </iframe>
引入一个外部的php页面,然后奇怪的是
如果是在firefox下操作,一切都很正常,php页面的跳转什么的都正常。
但是在ie下操作的话,点击php页面的任何一个链接就跳转到了php的首页,就是不能执行正常的功能。这个是什么原因呢?
如果在ie中url中直接输入php的网址的话,所有功能正常。
谢谢。
------解决方案--------------------up
------解决方案--------------------你用target= "php "试试