You have to close it from the page that opened it - the next page won't know that popup exists.
Try BODY onUnLoad="if(windowname && windowname.document)windowname.close()" ----- Original Message ----- From: "Eric Hoffman" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, January 22, 2003 4:56 PM Subject: RE: Easy javascript window ? > Oh, I can make it all right, just can't get the new page to close the > popup... > > Body onload="waitwindow.close();" > > gives me junk where the windowname is waitwindow. The popup sits and > mocks me. Blinking. Scoffing. Maybe I need less caffeine. > > Regards, > > Eric J Hoffman > DataStream Connexion > www.datastreamconnexion.com > Delivering Creative Data Solutions > > -----Original Message----- > From: Pablo Varando [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 22, 2003 3:39 PM > To: CF-Talk > Subject: Re: Easy javascript window ? > > > > When in doubt, try this one: > http://javascript.internet.com/generators/popup-window.html > > Pablo > ----- Original Message ----- > From: "Eric Hoffman" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Wednesday, January 22, 2003 3:02 PM > Subject: Easy javascript window ? > > > > 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

