i have a page that lets a member edit their information, the new details are posted form a form to a process .asp script when inserts the new details into a database then redirects the page back to the edit form.<br><br>both the edit page and the process page both have response.expires=0 so the page reloads everytime.<br><br>in internet explorer this works perfectly, but in navigator it has very strange results, once redirected back to the edit page after processing the changed information netscape seems to get it out of the cache rather than reloading the page, even hitting the reload button has strange reults sometimes reloading the page and sometimes not.<br><br>any ideas??