Teddy, I think you're right on disabling the print function. I was just hoping to disable our print button. We have some special print stuff going on, and the menu bars aren't on this page. The users know they have to use our print button.
John, I figured there were ways to code a page to behave like this. But I was hoping not to have to recode all these pages. Maybe a custom tag and pass it the ids of things to disable or something like that. I'm open to any ideas, but I think I'll be implimenting this on dozens of pages so hopefully it's not custom coding each one. Greg On 1/12/07, John Cox <[EMAIL PROTECTED]> wrote: > > On 1/12/07, Teddy Payne <[EMAIL PROTECTED]> wrote: > > > > Are you talking of disabling the print feature of the browser? I do not > > think you can achieve that. > > > > You can load your report into a pop-up and disable the tool bars and > that > > will hinder "most" of the average users. > > > > You may need to also have a message that loads that says, 'Loading > > Data..." > > to inform the user that the report is not done. AJAX does this very > > often. > > > Another idea: > > you can use document.readystate in javascript in conjunction with > disabled="disabled" in your form buttons. Plenty of ways to do this on > the > client side. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266447 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

