Re: auto-refresh
Steve Kleene <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.unix |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Nicolas Pioch wrote: > Steve Kleene wrote: > >> Is there a way to have Mozilla automatically refresh the current page >> periodically? > > > Probably at least 2 days to implement this: > > - via some containing frameset maybe, one frame would have a JavaScript > timer and instruct another frame to reload a given URL every so often > upon timer expiration... either reload or loading a given URL > > - maybe using mozilla -remote 'Reload()', although this might only work > reliably if you only have one mozilla window open It only took about 5 minutes. Although -remote Reload() didn't work, -remote OpenURL() did. Thanks.