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
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to