That's a good point Rick. Robert, if this is a problem, you could always create an absolutely positioned DIV block, hide it, and then when you're ready to show the information display it with a higher z-index (so it overlays your existing page). This type of 'pop up' is not blocked by most pop up blockers because it's not actually a window. However, if the page you're trying to open into a new window has too much data to fit into a 'popup' style div block and still maintain some aesthetic integrity, then it may not be an option. Just wanted to mention it also.
Dave -----Original Message----- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Friday, September 09, 2005 4:22 PM To: CF-Talk Subject: Re: New window in cflocation Keep in mind that EVERY popup blocker will block it. =) Rick Orlini, Robert wrote: > Good code Dave. Thanks all nonetheless. > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, September 09, 2005 3:02 PM > To: CF-Talk > Subject: RE: New window in cflocation > > > Robert, > > Use Javascript: > > <cfoutput> > <script> > window.open('getinventoryprintout.cfm?id=#form.id#','popwin','scrollbars=yes/no...'); > </script> > </cfoutput> > > You can add other features if you want. Here's the reference: > > http://www.devguru.com/technologies/javascript/10894.asp > > Dave > > -----Original Message----- > From: Orlini, Robert [mailto:[EMAIL PROTECTED] > Sent: Friday, September 09, 2005 2:45 PM > To: CF-Talk > Subject: New window in cflocation > > > How do I embed a popup in the cflocation url command. > > I have: <cflocation url="getinventory_printout.cfm?id=#form.id#"> and I want > it to to launch as a new window. Can it be done within <cflocation>? Or is > there a better way? > > Thanks. > > Robert O. > HWW > ****************************************************************************************** The information contained in this message, including attachments, may contain privileged or confidential information that is intended to be delivered only to the person identified above. If you are not the intended recipient, or the person responsible for delivering this message to the intended recipient, ALLTEL requests that you immediately notify the sender and asks that you do not read the message or its attachments, and that you delete them without copying or sending them to anyone else. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217857 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

