English 中文(简体)
每30秒更改网页
原标题:change webpage every 30 seconds from rss link

我想能够抓住从一辆rs车上接手的链接,展示30秒钟的页面,这样,rs子就首先显示,30秒钟在最后,如果在最后更新网页时,就会向下台移动。

谁会去做这样的事情? html php javascript ,任何人都可以向我指出要做到这一点的正确方向,或者如果已经找到解决办法的话。

最佳回答

你可以尝试把你的法典放在一套文件中。 Inter:

var refresh = setInterval(30000, function() {
   var obj = $.ajax({
    url:  url , 
    data: { data }, 
    type:  GET ,
        }).done(function(msg) {
       console.log( ajax asynchronous request finished );
      });
   var rss = obj.responseText;
});
问题回答

暂无回答




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签