tagboard refresh
Moderator: General Moderators
-
Illusionist
- Forum Regular
- Posts: 903
- Joined: Mon Jan 12, 2004 9:32 pm
tagboard refresh
i made a tagboard, but at the moment i hae it refresh every 15 seconds... Does anyone know a way that i can only refresh when someone adds a comment? Like on tag-board.com?
-
microthick
- Forum Regular
- Posts: 543
- Joined: Wed Sep 24, 2003 2:15 pm
- Location: Vancouver, BC
A cron job is a task that your computer runs at times you set. You can set a cron job to run every 15 seconds for example. Or every 10 minutes.
What you could do is have a small frame (maybe even a 0px height frame) that refreshes every 15 seconds and checks to see if a new entry is added. If one has, then refresh the main tag board page.
Since the frame is 0px in height, the user might not even notice the refreshing every 15 seconds.
What you could do is have a small frame (maybe even a 0px height frame) that refreshes every 15 seconds and checks to see if a new entry is added. If one has, then refresh the main tag board page.
Since the frame is 0px in height, the user might not even notice the refreshing every 15 seconds.
-
Illusionist
- Forum Regular
- Posts: 903
- Joined: Mon Jan 12, 2004 9:32 pm
-
d3ad1ysp0rk
- Forum Donator
- Posts: 1661
- Joined: Mon Oct 20, 2003 8:31 pm
- Location: Maine, USA
-
Illusionist
- Forum Regular
- Posts: 903
- Joined: Mon Jan 12, 2004 9:32 pm