I have a page with a Top frame (Top), Left Navigation frame (Nav), and a Main Content frame (Main). In the Nav frame I have a drop down list to select a Sales Region and I need to refresh/reload the Main frame with the selected region when a new region is selected. When I do this I get the error: "The page cannot be refreshed without resending the information..." I only get this error if the user has changed a filtering option in the Main frame and submitted it. With Javascript how can I reload the Main frame without getting this error? I don't need to preserve any of the filtering options the user may have set.
Thanks.
Thanks.