Hello All: I just wanted to end this tread. My issue had to do with having three CFHEADER tags in my application.cfm file. Once I took them out and put the META tags below in the templates my issue was solved.
<CFHEADER NAME="Expires" VALUE="Sat, 03 Jan 1976 00:00:01 GMT"> <CFHEADER NAME="Pragma" VALUE="no-cache"> <CFHEADER NAME="cache-control" VALUE="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="Sat, 03 Jan 1976 00:00:01 GMT"> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache"> Thanks for everyone�s help who emailed me. Regards, James Blaha James Blaha wrote: >Hello All: > >http://127.0.0.1/HR/Test/ > >I have an odd issue in Netscape 4.7. I have a framed page that has an >application that functions inside it, this way the user isn�t looking at >the changing URL's and variables. My issue happens when the user selects >the �Restore Down� option to the left of the close window option on the >browser. If they select this Netscape reloads the index.cfm file e.g. >http://127.0.0.1/HR/Test/index.cfm and the user looses where they where >in the application. > >Does anyone have any ideas or suggestions? > >Regards, >James Blaha > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

