I am using a shoutbox cgi and the messages are written to a file called
tagbox.html using a form.
After so many messages the file is blanked and new lines are written.
I can cause a refesh say every 20 seconds by embedding a meta tag in the
tagbox.html thus:
<META HTTP-EQUIV="refresh" content="20">
However this gets blanked out along with all the other message lines.
tagbox.html is called into an iframe via a cgi script.
I need a form of javascript to embed into the cgi script such that
tagbox.html will be refreshed.
Any ideas? Thanks.
tagbox.html using a form.
After so many messages the file is blanked and new lines are written.
I can cause a refesh say every 20 seconds by embedding a meta tag in the
tagbox.html thus:
<META HTTP-EQUIV="refresh" content="20">
However this gets blanked out along with all the other message lines.
tagbox.html is called into an iframe via a cgi script.
I need a form of javascript to embed into the cgi script such that
tagbox.html will be refreshed.
Any ideas? Thanks.
Comment