in a script on your floating window add this js

self.opener.location.reload(true);

-----Original Message-----
From: rkern - Prolynx [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 07, 2001 10:48 AM
To: CF-Talk
Subject: Forcing a refresh


To all,
I have a general question that has me stumped for the moment.

I have a form with a form button to process a change to a database.
That works fine and after submitting the form updates with the new
value.  However, the form takes up a lot of space when confined to a
<TD> element (it seems to have a line break included).  The result is a
table using a large amount of space.

To reduce the space I made the update a link to another page in a
floating window.  The update works well as a new javascript window,
after the SQL update I close the window but the orginal page does not
show the new data until manually refreshed.

This is the problem, I need to refresh the original page with the new DB
data.  I've tried <meta> refresh on the original page, but results in
constant flicker and other non desireable  behavior.  Adding a
<CFLocation> on the window.close() page does not close the window and
shows the update in the window.

Any suggestions?
Thanks
Richard


Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to