Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by meerkat2

  1. meerkat2

    Calculate and Display Total Time Online on Website

    Hello, Thanks for all your assistance so far. I am trying the cookie version. This is what I have: On Page 1 in the Head: <script language="javascript" type="text/javascript"> var startTicker =0; var minVar = 0; var secVar = 0; var secVar0; function initCookie() { var minsinsecs...
  2. meerkat2

    Calculate and Display Total Time Online on Website

    Thanks vicvirk for this code. It does point me in the right direction I think. I will work on it now. Just a couple of follow up questions: 1. I already have links on the page in the form of- var aElem = document.createElement('a')...
  3. meerkat2

    Calculate and Display Total Time Online on Website

    Thanks feherke and vicvirk for your replies. I will try the cookie solution perhaps. vicvirk, I can't use server-side because the app is for a mobile device without internet connection. vicvirk, would you let me have a look at your code? Thanks, meerkat
  4. meerkat2

    Calculate and Display Total Time Online on Website

    Hello, I have a Javascript that calculates and displays how long, in minutes and seconds a user has been in online(Google Gears development) mode on a given web page. I need however, to modify the script so that it calculates and displays how long the user has been online on the web site...

Part and Inventory Search

Back
Top