mrhutch
12-07-2001, 05:44 AM
come on guys - help me out :D :D
I would Like to create a count of how many times a page has been refreshed for a user in that particular session. I have been told that I may be able to do this in a Session variable but I not sure how. If I can get the count to work I would like to do the following.
I have a page that Inserts records in to a table then refreshes showing the
newly entered record. I have a back button on the page that calls
"onclick=history.go(-1)" which after 2 inserts would show the page as it was after the
first insert.
Once I have created the session variable I will do a "onclick=history.go-(session
variable)" which should take me to the original calling page.
Mr Hutch
I would Like to create a count of how many times a page has been refreshed for a user in that particular session. I have been told that I may be able to do this in a Session variable but I not sure how. If I can get the count to work I would like to do the following.
I have a page that Inserts records in to a table then refreshes showing the
newly entered record. I have a back button on the page that calls
"onclick=history.go(-1)" which after 2 inserts would show the page as it was after the
first insert.
Once I have created the session variable I will do a "onclick=history.go-(session
variable)" which should take me to the original calling page.
Mr Hutch