PaulHolmes
MIS
Hi, Im fairly new to javascript and was wondering whether there was a way to count the number of pages visited in a single session.
What I am trying to do is a simple breadcrumb navigation that would use the
javascript:history.go(-1) replacing the -1 with the counted variable so that the user can go back to a visited page with the same details without re-entering form selection criteria. For example:
Home > Flights > Accommodation > Prices
Where
Home would be javascript:history.go(-3)
Flight would be javascript:history.go(-2)
Accommodation would be javascript:history.go(-1)
Any help would be most appreciated.
Thanks.
What I am trying to do is a simple breadcrumb navigation that would use the
javascript:history.go(-1) replacing the -1 with the counted variable so that the user can go back to a visited page with the same details without re-entering form selection criteria. For example:
Home > Flights > Accommodation > Prices
Where
Home would be javascript:history.go(-3)
Flight would be javascript:history.go(-2)
Accommodation would be javascript:history.go(-1)
Any help would be most appreciated.
Thanks.