Hello CFers

I think this should be a simple question. I have an application that has 
a result set and the users can delete a row by clicking a delete option 
at the end of each row. When they do this they are essentially opening 
up a popped up template that runs some SQL that deletes the record and 
gives them a HTML message. In that template that deletes the records at 
the end I run a script that refreshes the opening window so the result 
setup now shows the right information.

<!--- Note: The opener option will refreshs the referring pages result 
set. --->
<script>
opener.location.reload();
</script>

My question is: Is there a way to just have a JavaScript pop up that 
says that the record has been deleted without the user seeing a blank 
template page open thats doing the processing?

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