Posted by C. on 10/31/76 11:33
PHP is a serverside language. HTTP is a strict client-server stateless
protocol - a process created serverside can initiate communication with
the client via HTTP.
You could create a mini-script and prepend it to every other page
which:
1) checks when the user last accessed a page
2) if its more than 5 minutes ago insert javascript to ctreate the
popup in the current page
but beware of messing up the headers from the subsequent page.
C.
Navigation:
[Reply to this message]
|