Zeepe is their active X plugin for viewing the site -- go figure. Script X is an active component that allows you to set the printing features of IE. The free version allows you to do header/footer and margin stuff I believe. The advanced version allows you to do pretty much anything you want.
As an example: <object id=factory viewastext style="display:none" classid="clsid:1663ed61-23eb-11d2-b92f-008048fdd814" codebase="http://www.meadroid.com/scriptx/ScriptX.cab#Version=6,1,429,14 "> </object> <script defer> function window.onload() { factory.printing.header = ""; factory.printing.footer = ""; factory.printing.portrait = true; } </script> You can pretty much cut and paste that into any template you want to print without the header and footer shown. Darryl -----Original Message----- From: Andrew Dickinson [mailto:[EMAIL PROTECTED]] Posted At: Wednesday, 15 January 2003 2:49 PM Posted To: CFAussie Conversation: [cfaussie] RE: Setting margin (was Re: OT Explorer printing) Subject: [cfaussie] RE: Setting margin (was Re: OT Explorer printing) *puzzled* 1. The site comes up with "Our apologies ... You will need to accept the Zeepe download and this site's Security Manager publishing license to access this content. If you choose not to do that you should still be able to access the ScriptX printing: technical manual section, albeit with restricted whole-site linking." (possibly because my machine doesn't have, and is not likely to get, Flash installed) 2. There is an alternate link to http://www.meadroid.com/scriptx/docs/printdoc.htm?static , which mentions margins and stuff, but always in reference to Scriptx. What is Scriptx ? --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
