I see that this question has been asked before but I cannot get the resolution to work for me.... my situation...
I have a main page with links in left frame and main page display in right frame. I am using a PHP "like" coding to update databases on an AS/400. When a user click on new entry, the page loads on the right and generates a new number. They can enter data and submit the data in the db. They can navigate around the site, but when the click on new entry, the page pops up from cache and does not reload from the server. It needs to do this to generate a new number for the entry.
My question is how to reload or refresh from server when you display a page in another frame.
Thanks in advance for the help.
John
I have a main page with links in left frame and main page display in right frame. I am using a PHP "like" coding to update databases on an AS/400. When a user click on new entry, the page loads on the right and generates a new number. They can enter data and submit the data in the db. They can navigate around the site, but when the click on new entry, the page pops up from cache and does not reload from the server. It needs to do this to generate a new number for the entry.
My question is how to reload or refresh from server when you display a page in another frame.
Thanks in advance for the help.
John