比如我在index.html的一些鏈接:iframe src更改
<a href="message.html">Go to message page</a>
在其他頁面,Iframe.html的我有一個IFRAME:
<iframe id="iframe" src="profile.html" frameborder="0" scrolling="no"></iframe>
能不能做到,這樣,當我點擊「轉到消息頁面」鏈接時,它會將我重定向到iframe.html並將iframe src更改爲message.html?
如果可以的話,這樣做在服務器端 – Alexander
@Defense:見我的回答如下一個簡單的解決方案。 –
@Alexander and Defense:在我的回答中提到的解決方案如何? –