Hi I have a page where a user selects a record and clicks the delete button, this posts the data to another page where the delete query runs and if successful displays the "record deleted" message.
if the user clicks the back button and returns to the delete page, the record he/she deleted is still displayed and the identifier field is still present in the drop down box where it was selected from.
This has gone unnoticed until I used IE6 (have been using mozilla which refreshes postdata) Is there a way I can refresh the delete page once the delete action has happened?
WDYeah press F5 Hey warmduvet, welcome to the forums. Your other option is to use the JavaScript location.replace() to replace the out-of-date page with the delete page.thanks I just created a link Back to page, when user clicks they go forward to old page and not back therefore page is reloaded.
if the user clicks the back button and returns to the delete page, the record he/she deleted is still displayed and the identifier field is still present in the drop down box where it was selected from.
This has gone unnoticed until I used IE6 (have been using mozilla which refreshes postdata) Is there a way I can refresh the delete page once the delete action has happened?
WDYeah press F5 Hey warmduvet, welcome to the forums. Your other option is to use the JavaScript location.replace() to replace the out-of-date page with the delete page.thanks I just created a link Back to page, when user clicks they go forward to old page and not back therefore page is reloaded.