I have a problem with my web pages. Its not necessarily PHP, but everything. I am trying to emulate pressing the F5 key every 10 sec on a web page. With the http-equiv, it reloads the page back to the top, and the user loses where he/she was in the page. I have tried refreshperiodic JS and it does the same thing. Is there any other options to just F5 emulate without totally reloading the page as the above examples do?
Brad