It looks like page B is the result of a post operation. Is that correct? Is the browser asking you if it's ok to post the data again? If so, you can try using a get in the form on page A rather than a post.
Christian On Thursday, February 20, 2003, at 01:31 PM, James Blaha wrote: > Hello All: > > Im look for some ideas here. > > I have three templates one that populates a table with a bunch of > records after a form submits values to it and a delete template that > has > a refresh script pointing back to the referring page so after the SQL > delete the table shows the updated information. > > My problem is I get a JS alert box telling me the following: > > The page cannot be refreshed without resending the information. > Click Retry to send the information again, > Or click Cancel to return to the page that you were trying to view. > > > This is my setup I have a framed page where template A submits to B > to populate a table. In template B there is table which has an option > to delete a record. > > ******* > *A**B* > ******* > > *** > *C* > *** > > > Template Cs refresh code. > > <!--- Note: The opener option will refresh the referring pages result > set. ---> > <script> > opener.location.reload(); > </script> > > How do I bypass this message? Can someone please send me and example? > > 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

