ISO: A unique web page counter
Results 1 to 2 of 2

Thread: ISO: A unique web page counter

  1. #1
    Junior Member
    Join Date
    Aug 2002
    Posts
    6

    ISO: A unique web page counter

    I've been looking for a unique web page counter to meet a specific scenario. I've been having difficulty finding one that meets the criteria. The counter needs to display page hits for page A onto page B. I've found plenty that will display hits to page A onto page A, but none that will display hits from page A onto page B. anyone every run across a counter that will do this?

  2. #2
    Registered User
    Join Date
    Dec 2000
    Location
    Circle Pines,MN,USA
    Posts
    805
    You may have to make your own.. it shouldn't be that difficult
    Edit your current page B counter according to the W3 specification. When you goto a page it tells you what page refered it.. you can sort out the refering pages so only page A gets a count.

    also.. you could write a peice of code that looks at document.history()-1 and checks to see if its page A.. if it is.. add a count.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •