Very hard (impossible) to control user activities by php-scripting. You are talking about client-side actions while php is only server-side. You should check for javascript client-side coding help.
Franciccio "Curt Zirzow" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] > * Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]): > > I am trying to get my website to refresh when the window becomes active. > > > > This is needed so when a user downloads a report and the PDF is displayed, > > there is now a new state in the previously active window. However, the page > > needs to refresh to regenerate the new page. Any ideas on how to do this? > > Can one send header information to a separate window, or discern between > > active and non active windows? > > > > I know this is a stretch but I thought I�d ask.... > > yes it is a stretch. > > Determining what a client is going to do on focus is practically > impossible. Even with javascript unless you're in a closed > environment. > > > Curt > -- > First, let me assure you that this is not one of those shady pyramid schemes > you've been hearing about. No, sir. Our model is the trapezoid! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

