Hello rkern,


    maybe try window.location.reload() ?

    or window.opener.location.reload()


-- 
Critter
Certified ColdFusion Developer

T e r r a V e r g e
    Geotechnologies
http://terraverge.com
-------------------------------------------
Thursday, June 07, 2001, 11:48:17, you wrote:

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

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

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

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

rP> Any suggestions?
rP> Thanks
rP> Richard


rP> Archives: http://www.mail-archive.com/[email protected]/
rP> 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