Works in IE 5 and 6, does not work in NS4.73 nor NS6.2. Thanks, Mark
-----Original Message----- From: Tim Painter [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 11:14 AM To: CF-Talk Subject: Re: Printing from A Pop-up Mark, You can stick this in your head tag of the page: <link rel=alternate media=print href="someotherpage.cfm?var1=foo"> So when the user clicks on print, it will request the page and print that one instead. I am not sure if it works on Netscape. Tim P. ----- Original Message ----- From: "Mark Leder" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, April 12, 2002 10:43 AM Subject: Printing from A Pop-up > I have a popup window with some summary content. When a button is > clicked in the popup (JS routine), I want to print a "hidden" page > with detailed content (the information is passed from the popup to the > hidden page). I don't want the user to view the hidden page. > > Is this even possible? > > Thanks, > Mark > > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

