【发布时间】:2010-12-05 23:30:27
【问题描述】:
我想知道是否有可能拥有一个带有 iframe 和一些每 30 秒更改 iframe 内容的 jquery 代码的网站。内容在不同的网页中。
类似这样的:
<html>
<head>
<script type="text/javascript" src="jquery.js"></script>
<script>
$(document).ready(function(){
var array = new array();
array[0] = 'http://webPage1.com';
array[1] = 'http://webPage2.com';
// And so on.
// Do something here to change the iframe every 30 second
});
</script>
</head>
<body>
<iframe id="frame"></iframe>
</body>
</html>
【问题讨论】:
-
帖子底部没有显示,但它是带有 iframe 的基本 html。
-
@Audun:我为你修好了;下次,突出显示所有内容并使用代码按钮。此外,间距很酷。
-
http://webPage1.com之类的东西需要用引号引起来!//会发表评论!