I use the following script regularly, the only ime I get a message, is 
if the page being loaded is the result of a submit, in which case the 
browser asks if it is OK to resubmit the data.

 <script language="JavaScript">
        window.opener.location.reload();
        window.close();
</script>


 Regards


> You can find this topic at the forums at http://www.tek-tips.com/
> From what I understand the message will always appear on a windows machine-
> however, on the mac it closes automatically.
> 
> 
> -----Original Message-----
> From: Jones, Becky [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 25, 2001 10:14 AM
> To: CF-Talk
> Subject: pop up windows
> 
> 
> i have a template that i want to be able to have a link that you would click
> 
> on that would launch a popup window.  the contents of that popup window when
> 
> changed will effect the template underneath.  my problem is that the window 
> doesnt automatically close after i click on submit (an alert box asks me if 
> i really want to close the window)  i click on yes, but it doesnt refresh 
> the template.  how can i get the template to automatically refresh with the 
> new changes and the popup window to just close after the submit button is 
> clicked?  i used window.close() but that still gives me that alert box. 
> thanks, 
> bec. 
> 
> 
> ************************************************* 
> This e-mail, including any attachments, is intended for the 
> receipt and use by the intended addressee(s), and may contain 
> confidential and privileged information.  If you are not an intended 
> recipient of this e-mail, you are hereby notified that any unauthorized 
> use or distribution of this e-mail is strictly prohibited. 
> 
> 
> 
> 
> *************************************************
> This e-mail, including any attachments, is intended for the 
> receipt and use by the intended addressee(s), and may contain 
> confidential and privileged information.  If you are not an intended 
> recipient of this e-mail, you are hereby notified that any unauthorized 
> use or distribution of this e-mail is strictly prohibited. 
> 
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to