1
phillipd
How do I push an "auto update" to a browser
  • 2004/5/14 14:47

  • phillipd

  • Quite a regular

  • Posts: 219

  • Since: 2004/4/20


How can I get my site to push updates if browsers are sitting static and I would like to push new content to them. I.E. I would like to see new "Recent topics" automatically get pushed to browsers. A friend said to try putting <meta http-equiv="refresh" content="300"/> in my theme.html. It doesn't appear to work. Is there a solution for this?

Thanks

Doug P

2
studioC
Re: How do I push an "auto update" to a browser
  • 2004/5/14 15:53

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


hello doug..

hm.. dunno if i would use this on my sites ..aerm.. but your friend is right though havn't tried...., perhaps you should add the URL ....

<meta http-equiv="refresh" content="300; URL=URI">

perhaps this way...

<meta http-equiv="refresh" content="300; URL=<{$xoops_url}>">

michael

3
phppp
Re: How do I push an "auto update" to a browser
  • 2004/5/14 16:01

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25



don't think it a practical feature
You may try server-push, which not work for IE.

Quote:

phillipd wrote:
How can I get my site to push updates if browsers are sitting static and I would like to push new content to them.

Is there a solution for this?

Thanks

Doug P

4
phillipd
Re: How do I push an "auto update" to a browser
  • 2004/5/19 22:20

  • phillipd

  • Quite a regular

  • Posts: 219

  • Since: 2004/4/20


Just to finish out this thread, I made it work by putting:

<meta http-equiv="refresh" content="600" />

In the "head" section of theme.html. It nicely updates browsers, every 10 minutes, with current content if they are sitting on the CMS page.

Thanks

Doug P

Login

Who's Online

120 user(s) are online (78 user(s) are browsing Support Forums)


Members: 0


Guests: 120


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits