You might consider using the onUnload event of the page with the form (as opposed to the onLoad event of the next page). You have to close the window on the page that opened it, I believe, because otherwise, the reference is lost. You can always use frames to keep the reference in scope, however.
Christian On Wednesday, January 22, 2003, at 04:02 PM, Eric Hoffman wrote: > Have a javascript window opened by a document...after form post, on the > body onload on the next page, want it to call it to > close...window.windowname.close(); doesn't work...and can't find my > good > javascript reference since not at office....anyone quickly? Close a > named window?? > > > Thanks!!!! > > Regards, > > Eric J Hoffman > DataStream Connexion > www.datastreamconnexion.com > Delivering Creative Data Solutions > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

