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:266443 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

