Hello!
I have a rather large ASP application written for a client with all kids of variables being passed about to different pages in various frames etc.
My client wants to have a back button on the page that will cycle all the way through the browsing history. The problem is, many of the pages were created using form data and you get that little warning page telling you that you need to refresh. Client does not want that.
Is there some fundamental thing I am doing wrong that if I corrected it then the back button would always work? Or is this just the nature of the beast? Has anyone had any luck with some sort of table that tracks pages and form data which could be used by a back button function to generate history pages?
I have tried several times to get the client to ditch the back button idea altogether, noting that 95% of anything you need to get "back" to can be done by clicking the appropriate button within the interface. But so far I am losing the battle.
Any and all help/comments are appreciated.
-Greg
I have a rather large ASP application written for a client with all kids of variables being passed about to different pages in various frames etc.
My client wants to have a back button on the page that will cycle all the way through the browsing history. The problem is, many of the pages were created using form data and you get that little warning page telling you that you need to refresh. Client does not want that.
Is there some fundamental thing I am doing wrong that if I corrected it then the back button would always work? Or is this just the nature of the beast? Has anyone had any luck with some sort of table that tracks pages and form data which could be used by a back button function to generate history pages?
I have tried several times to get the client to ditch the back button idea altogether, noting that 95% of anything you need to get "back" to can be done by clicking the appropriate button within the interface. But so far I am losing the battle.
Any and all help/comments are appreciated.
-Greg