Brian,

Something like this what your after?

// This example shows a page that modifies its title before printing
// and then resets it to its original value after printing.

var originalTitle;

<script for=window event=onbeforeprint>
          originalTitle = document.title;
          document.title += " - Printed by #session.stEmployee.firstname#
#session.stEmployee.lastname#";
          toggle(hideForPrinting);
 </script>

<script for=window event=onafterprint> 
          document.title = originalTitle; 
          toggle(hideForPrinting);
</script>


We use something similar to this to hide the header, footer to print and
display them again after printing.

Cheers,

John


-----Original Message-----
From: Knott, Brian [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, 14 January 2003 09:26
To: CFAussie Mailing List
Subject: [cfaussie] Re: OT Explorer printing


Thanks Julia.  Do you know if it can be done via HTML or JavaScript or CCS.

Brian

-----Original Message-----
From: Julia Prior [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 14 January 2003 8:22 AM
To: CFAussie Mailing List
Subject: [cfaussie] Re: OT Explorer printing


File > Page Setup > Headers & Footers

Rs,
Julia

Knott, Brian wrote:

> Its a bit off topic but does any one know how to stop Internet 
> Explorer
> from printing the page title on the top and the URL on the bottom of a 
> page when you actual print a page.
> 
> Brian Knott
> 
> Senior Database Developer
> QANTM Studio
> Phone (07) 3017 4331
> Mobile 0407 572127
> Email [EMAIL PROTECTED]
> Website <http://www.qantm.com.au/>
> 
> This email is sent commercial-in-confidence. The contents of this 
> email
> and attachments are intended for the addressee only and may be subject 
> to the laws of copyright, confidential information and privacy.  You may 
> only forward it on or otherwise copy or use it with the consent of the 
> sender.
> 
>  
> 
> ---
> 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/


-- 
---------------------------------------------------------------------
Julia Prior [EMAIL PROTECTED]
Phone:          (02) 4923 8248     International: +61-2-4923 8248

Educational Experience (Australia)
Postal Address: PO Box 860, Newcastle NSW 2300
Freecall:       1-800-025 270      International: +61-2-4923 8222
Fax:            (02) 4942 1991     International: +61-2-4942 1991

Visit our on-line toy store! http://www.toysandmore.com.au/
---------------------------------------------------------------------


---
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/

---
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/

Reply via email to