将内容加载到iFrame中

时间:2012-06-11 22:15:28

标签: html iframe

我有一个html页面,它使用iFrame在图库中的不同配置文件之间切换。 一切正常,但我还想更改加载的默认配置文件,具体取决于用户用于访问页面的链接。

<div class="profile_container">
<iframe src="profiles/user01.html" width="900" height="440" frameborder="0" scrolling="no" name="figher_profile"></iframe>
</div>

因此,简而言之,我需要能够指定将哪个“用户”加载到iFrame中。

有什么建议吗?

0 个答案:

没有答案