Jump to content

[SOLVED] How to include a refreshing page so that it wont refresh the entire site?


Madatan

Recommended Posts

Difficult to sum it up in the title perhaps... :)

 

Anyway, I have a php script thats being refreshed every 5 seconds by a javascript. Now I want to include this php script on several other pages on the site. But currently when I'm using an ajax function or normal iframes the included page will refresh the entire site and not just itself.

 

Simply put, how can I include a file without it doing anything with the page its included on?

 

Thanks for any help!

you would need to use ajax to re-polulate the IFrame, thinking on if you are using Ajax it don't even need to be in an IFrame at all.

 

Just use ajax to call your php script at regular intervals repopulating the page as needed

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.