Thanks for the help. Yes, I also need that URL. What I need is the duration of stay for specific pages.
Thanks for the help. Yes, I also need that URL. What I need is the duration of stay for specific pages.
What if you added an auto-redirect after n seconds on the final page, such that it would redirect to some other page indicating that it had been displayed for that period of time. The redirect would be contained in the data file but only if it had been displayed for the full n seconds.
e.g.,
Code:<head> ...head section stuff (Title, Description,etc.)... <meta http-equiv="refresh" content="120;url=pagename.html"> </head>
.. the problem is that I don't know which page will be the final pages. fmain.htm is the top level page that list other 4 pages from f_1.htm to f_4.htm. For 30 minutes that I set, users freely browse through these pages. Any of 5 pages can be a final page.