English 中文(简体)
如何更新不使用java书写器的iframe?
原标题:How to refresh an iframe not using javascript?

I have an iframe which I would like to refresh every fifteen seconds, but I m not sure how to do this or if it is even possible. If it is, how would I go about doing this without the use of JavaScript. If JavaScript is necessary then please post how I would do it in JavaScript. Thank you.

最佳回答
问题回答

暂无回答




相关问题
Sending data using Jquery Iframes

I want to send large amounts of data to and from 2 domains (e.g. Cross Domains) I was told the best way to do this is to use IFrames. My question is... How do I go about doing this. Is this what ...

Back button loop with IFRAMES

In my (school) website we use Iframes to display class blogs (on blogger). This works well EXCEPT if the user then clicks on (say) a photo inside the iframe. Blogger (in this case) then displays the ...

Including HTML fragments in a page - methods?

This is an extension of an earlier questions I asked, here: Django - Parse XML, output as HTML fragments for iFrame? Basically, we re looking at integrating various HTML fragments into a page. We ...

Internet Explorer, How to change iframes src

For some reasons I m using an Iframe to display googlemaps, when I want to change it s content I m just changing the Iframe src using JQuery. $( #ggMap ).attr( src , http://newurl.com ); Apparently ...

better way to create dynamic iframes in jQuery?

So I have the following code which is doing a setInterval until the iframe is available to be written to. $( #testdiv ).append( $( <iframe id="testiframe"/> ) ); var t = setInterval(function(){...

Cross browser way of setting IFrame to "about:blank"?

Does anybody know a proper, cross-browser way to "empty" an IFrame? Is "about:blank" recognized without error across all browsers? Is it valid to give an IFrame an empty src?

热门标签