not 100% sure...but since you said quickly... did you try just windowname.close() ? (also, be sure to check for the existence of the window...i think that's something like: if(windowname) windowname.close(); )
charlie Eric Hoffman writes: > 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

